OwlCyberSecurity - MANAGER
Edit File: WebConfigMaker.php
<?php /** * @package AdminTools * @copyright 2010-2017 Akeeba Ltd / Nicholas K. Dionysopoulos * @license GNU General Public License version 3, or later */ namespace Akeeba\AdminTools\Admin\Controller; defined('_JEXEC') or die; class WebConfigMaker extends ServerConfigMaker { /** * The prefix for the language strings of the information and error messages * * @var string */ protected $langKeyPrefix = 'COM_ADMINTOOLS_LBL_WEBCONFIGMAKER_'; }