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); }
Fixed by committ [r163], thank you for the report.
Commit: [r163]
Log in to post a comment.
Fixed by committ [r163], thank you for the report.
Related
Commit: [r163]