Hi.
I was trying to modify the above file to make a simple hack:
I would use my left-side menu in AdminCP to link some external link, like phpMyAdmin and so on, like a bookmark keeper.
Well, as the standard
makenavoption appends a '&s=session' to the link,
PHP Code:
// NOTE: '&s=$session[sessionhash]' will be AUTOMATICALLY added to the URL - do not add to your link!
I would modify slightely the above file.
Well, I got an error because the
adminfunctions.php file is somehow linked to
functions.php one and to some other.
What's the solution to modify that (or similar) files ?
Thanks