Quote:
Originally Posted by Younessnet
Yes thank you
But how secure my AdminCP category, and part (include), or it is information for my database
|
For the Acp, you can rename its folder to something else you want and then update the new name at the config.php file.
Code:
$config['Misc']['admincpdir'] = 'newacpfoldername';
And replace newacpfoldername with the actual new name of the acp. You can do the same for the modcp folder too.