Quote:
Originally posted by inetd
I can not find this code in a file index.php
PHP Code:
eval(\"\\$forum[\'moderators\'] = \\\"\".gettemplate(\'forumhome_moderator\').\"\\\";\");
} else {
eval(\"\\$forum[\'moderators\'] .= \\\", \".gettemplate(\'forumhome_moderator\').\"\\\";\");
}
}
}
if ( !isset($forum[\'moderators\']) ) {
$forum[\'moderators\'] = \' \';
}
I use vb2.2.4
Please EDIT attachment file. In advancedmodlist file a lot of superfluous \
|
I don't see how it could not be there...