Forgot Admin Key

Hi, I renamed my admin panel (admin.php) to something else and I forgot what I named it. How can I retrieve it to log into my admin panel?

either FTP to th esite and read through the file names, it will probably appear clear then or go to the config.local.php file in your root directory and view it.

In there will be this bit of code


Names of index files for administrative and customer areas
$config['admin_index'] = 'admin.php';
$config['customer_index'] = 'index.php';




where the above says admin.php yours will say the name you changed it to.



John