Code: Select all
board_name/adm/index.php
What he said.Lumpy Burgertushie wrote: If you don't trust your admins then why are they admins?
1nv1s1bl3 wrote:How to change the admin panel link
Code: Select all
$phpbb_adm_relative_path = 'adm/';
Code: Select all
$phpbb_adm_relative_path = 'xyz/';
That is really bad advice.NikolaCR wrote:as for renaming the acp link, you may want to play around with the phpbb files on the server. More precisely:Code: Select all
board_name/adm/index.php
index.php
is referred to in many other files, so if you just change its name you will break the board.