Open JustinsKittens opened 1 year ago
That code fragment needs to be replaced with true
as get_magic_quotes_gpc()
has been removed from PHP. If you do that, PHProxy's own function _stripslashes()
is being used to sanitize input. There is some discussion going on around it: https://stackoverflow.com/questions/61054418/php-7-4-deprecated-get-magic-quotes-gpc-function-alternative
When accessing index.php on my PHP web server, I get this error in the console of the server:
My details: Server OS = Ubuntu 20.04.2 LTS Client OS = ChromeOS 111.0.5563.100 (32-bit) Server Host = Replit URL to Code = https://replit.com/@JustinsKittens/JCStudios (Just fork it or press the < > (Show code) button)
If you need any more info, please tell me Thank you in advance