oxwallunofficial / oxwall

Download Oxwall unofficial updates maintained by collaborators.
https://oxwallunofficial.github.io/oxwall/
Other
0 stars 0 forks source link

get_magic_quotes_gpc() #5

Open codemonsterdev opened 4 years ago

codemonsterdev commented 4 years ago

1 PHP 7.4 Compatibility error:

[Notice] Message: Function get_magic_quotes_gpc() is deprecated File: ow_core/request.php Line:48

PatriciaZorrillaBcn commented 4 years ago

Since PHP version 5.4.0 always returns FALSE because the magic quotes feature has been removed from PHP. See: https://www.php.net/manual/en/function.get-magic-quotes-gpc.php Please, delete if (), I don't know how modifications are uploaded to GitHub