07-18-2017, 12:18 PM
Well - almost there lol!
I broke all my other logins now lmao:
Notice: Undefined variable: postItem in /home/aircentralized/public_html/mydash/users/classes/Input.php on line 50
Looks like its an issue with this line:
In the first if in the Input class. Thoughts?
I broke all my other logins now lmao:
Notice: Undefined variable: postItem in /home/aircentralized/public_html/mydash/users/classes/Input.php on line 50
Looks like its an issue with this line:
Code:
if (!$bypassSanitize) $postItem = self::sanitize($_POST[$item]);
Code:
return $postItem;
In the first if in the Input class. Thoughts?