Seldaek / php-console

PHP Debug Console
Other
529 stars 91 forks source link

Remove depricated and unused code #61

Closed fawmi closed 3 years ago

fawmi commented 3 years ago

The function get_magic_quotes_gpc is deprecated in PHP 7.4. As the $code variable is directly overwritten, the deprecated function can be safely removed, IMO.

Seldaek commented 3 years ago

Thanks yeah that is just some old cruft :)