Renaming admin.php Issue

3 posts by 2 authors in: Forums > CMS Builder
Last Post: May 22, 2015   (RSS)

By Dave - May 21, 2015

Hi Perch, 

Sounds like you've got a custom plugin that is hardcoded to redirect to admin.php.

If it's the one I'm thinking of search for admin.php to find this line:

header( 'Location: admin.php?bulksave=true&menu=' . $tableName );

And remove the admin.php to leave you with this:

header( 'Location: ?bulksave=true&menu=' . $tableName );

Let me know if that works for you.  Thanks!

Dave Edis - Senior Developer
interactivetools.com

By Perchpole - May 22, 2015

Hi, Dave -

Thanks for this. The only culprit appears to be inlineEditing.php.

Perch