++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Script-Filename: /adm/admin_forums.php
----------------
Request-Method: POST
Matching rule: or
In variable: forum_rules
Matching rule: and
In variable: forumdesc
In variable: rules_custom_title
Matching rule: load
In variable: forum_rules
Matching rule: '
In variable: forumname
In variable: forum_rules
Possible solution:
------------------
#
#-----[ OPEN ]------------------------------------------
#
/adm/admin_forums.php
#
#-----[ FIND ]------------------------------------------
#
include($phpbb_root_path . 'common.'.$phpEx);
#
#-----[ BEFORE, ADD ]------------------------------------------
#
define('CT_SECLEVEL', 'MEDIUM');
$ct_ignorepvar = array('forum_rules','forumdesc','rules_custom_title','forumname');
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
Script-Filename: /adm/admin_forums.php
----------------
Request-Method: POST
Matching rule: or
In variable: forum_rules
Matching rule: and
In variable: forumdesc
In variable: rules_custom_title
Matching rule: load
In variable: forum_rules
Matching rule: '
In variable: forumname
In variable: forum_rules
Possible solution:
------------------
#
#-----[ OPEN ]------------------------------------------
#
/adm/admin_forums.php
#
#-----[ FIND ]------------------------------------------
#
include($phpbb_root_path . 'common.'.$phpEx);
#
#-----[ BEFORE, ADD ]------------------------------------------
#
define('CT_SECLEVEL', 'MEDIUM');
$ct_ignorepvar = array('forum_rules','forumdesc','rules_custom_title','forumname');
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
Only problem is that this line isn't in the admin_forums.php file
'include($phpbb_root_path . 'common.'.$phpEx);'
What do I do now? Is there something wrong with my file? I have never modified this file in anyway.
Thanks
-D1-