Thread: New Error
View Single Post
Svv4T
Member
Join Date: Jul 2011
Old 10-08-2021 , 20:01   Re: New Error
Reply With Quote #5

that's what I did at ln 705
added the ///
Again I dont know if it breaks anything else, but it works for me so far.


PHP Code:
            for ($i 0$i sizeof($aArgs); $i++)
            {
                
// If magic quotes is on, then we need to strip the slashes from the args
                ///if (get_magic_quotes_gpc() == 1 && is_string($aArgs[$i])) {
                ///
                ///    $aArgs[$i] = stripslashes($aArgs[$i]);
                ///}
                
if (stristr($aArgs[$i],"<xjxobj>") != false
Svv4T is offline