#
#-----[ OPEN ]------------------------------------------
#
admin_album_cat.php
#
#-----[ FIND ]------------------------------------------
#
define('IN_PHPBB', 1);
#
#-----[ AFTER, ADD ]------------------------------------------
#
define('CT_SECLEVEL', 'MEDIUM');
$ct_ignorepvar = array('submit','cat_desc');
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
My first problem is with the "define('IN_PHPBB', 1);" line. That does not exist in the file. There is a line that says "define("IN_PHPBB", true);". Can I assume that these two statements are, essentially the same?
Anyway, the entire block that is there looks like this:
define('IN_PHPBB', true);
define('CT_SECLEVEL', 'MEDIUM');
$ct_ignorepvar = array('submit','addcategory');
I have tried adding the additional statements directly after the "PHPBB, true" statement and it does not work.
I have tried adding the additional statements at the end of the code block directly above and it does not work.
I have tried changing the "true" to a "1" as CrackerTracker has it and that does not work. So, I am banging my head on this one. Can anyone help me to figure out what the problem is here?
Thanks!
Michael