File Manager

Current Directory: /home/astoriaah/www/administrator/components/com_admintools/Controller
Viewing File: /home/astoriaah/www/administrator/components/com_admintools/Controller/HtaccessMaker.php
<?php /** * @package admintools * @copyright Copyright (c)2010-2022 Nicholas K. Dionysopoulos / Akeeba Ltd * @license GNU General Public License version 3, or later */ namespace Akeeba\AdminTools\Admin\Controller; defined('_JEXEC') || die; class HtaccessMaker extends ServerConfigMaker { /** * The prefix for the language strings of the information and error messages * * @var string */ protected $langKeyPrefix = 'COM_ADMINTOOLS_LBL_HTACCESSMAKER_'; }