PDA

View Full Version : renaming the admin folder


crombie
Wed 28th May '08, 8:29pm
I have noticed some people have been trying to access the admin folder and I want to rename it. I didnt see though were I tell the "forums" the new folder name for the link changes.

Can anyone point me to where i need to make this change?

I found condition="$show['admincplink']"><a href="$admincpdir in my footer area but i dont know where $admincpdir is stored at

Lynne
Wed 28th May '08, 8:33pm
Yo put the new name in your config.php file. These lines:

$config['Misc']['admincpdir'] = 'admincp';
$config['Misc']['modcpdir'] = 'modcp';

crombie
Wed 28th May '08, 8:45pm
cool ty