Saurav
Thu 29th May '08, 5:55am
I want to edit the contents of ['admincplink'] if its possible. Is it even possible, if yes how?
Its because I renamed the /admincp directory for extra security and I also added the new name on config.php
But if a Administrator gets hacked on my site, the hacker will know the location of Admin Control Panel because of this in the footer:
<if condition="$show['admincplink']"><a href="$admincpdir/index.php$session[sessionurl_q]">$vbphrase[admin]</a> -</if>I could just remove that but that means I will need to edit 20 skins.
Thank You.
Its because I renamed the /admincp directory for extra security and I also added the new name on config.php
But if a Administrator gets hacked on my site, the hacker will know the location of Admin Control Panel because of this in the footer:
<if condition="$show['admincplink']"><a href="$admincpdir/index.php$session[sessionurl_q]">$vbphrase[admin]</a> -</if>I could just remove that but that means I will need to edit 20 skins.
Thank You.