This is just the update for 2.20 Enjoy...Follow all other instructions
In the admin/index.php
Find:
// ***
makenavoption("Add","announcement.php?action=add", "|");
makenavoption("Modify","announcement.php?action=mo dify");
makenavselect("Announcements");
// ***
Above that place this:
makenavoption("Run MySQL","query.php?s=<?php echo $session[sessionhash]; ?>");
makenavselect("MySQL Query");
And save and upload
And upload the Query.php to your admin folder....
Enjoy...
Chris
|