Menu

#3 get_magic_quotes_gpc() deprecated

Version 2.1
closed
nobody
None
5
2020-07-18
2020-06-29
No

It appears that get_magic_quotes_gpc() (used around line 690 in phpshell.php) is deprecated. Fix is simple: just remove:
if (get_magic_quotes_gpc()) {
$_POST = stripslashes_deep($_POST);
}

Discussion

  • Wolfgang Dautermann

    Fixed by committ [r163], thank you for the report.

     

    Related

    Commit: [r163]

  • Wolfgang Dautermann

    • status: open --> closed
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.