Welcome to Geeklog, Anonymous Sunday, December 22 2024 @ 12:16 am EST
Geeklog Forums
Version Checker
pAtTtY
Anonymous
hi,
how can i get rid of the version checker (http://www.geeklog.net/versionchecker.php?version=1.3.8) in my admin menu, the link to this version checker?
thnkss
7
6
Quote
Why do you want to remove version checker? It is seen only by the root user anyway?
To remove that item from the admin menu, open lib-common.php and delete the following section,
if( SEC_inGroup( \'Root\' ))
{
$adminmenu->set_var( \'option_url\',
\'http://www.geeklog.net/versionchecker.php?version=\' . VERSION );
$adminmenu->set_var( \'option_label\', $LANG01[107] );
$adminmenu->set_var( \'option_count\', VERSION );
$retval .= $adminmenu->parse( \'item\', \'option\' );
}
To remove that item from the admin menu, open lib-common.php and delete the following section,
if( SEC_inGroup( \'Root\' ))
{
$adminmenu->set_var( \'option_url\',
\'http://www.geeklog.net/versionchecker.php?version=\' . VERSION );
$adminmenu->set_var( \'option_label\', $LANG01[107] );
$adminmenu->set_var( \'option_count\', VERSION );
$retval .= $adminmenu->parse( \'item\', \'option\' );
}
10
5
Quote
All times are EST. The time is now 12:16 am.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content