Quote:
Originally Posted by PiroX
|
You may want to exclude the firewall from cmps index file by changing
PHP Code:
if(file_exists('dnp_fw.php')){require_once('dnp_fw.php');}
into
PHP Code:
if(file_exists('dnp_fw.php') and THIS_SCRIPT != 'adv_index'){require_once('dnp_fw.php');}
of global.php file. Because the path of cmps index file is not in the same location with showthread, forumdisplay and other vb files.