#2873 closed defect (fixed)

More usages of get_magic_quotes_gpc to be removed

Reported by: jng Owned by: jng
Priority: low Milestone: 4.0
Component: AJAX Viewer Version:
Severity: trivial Keywords:
Cc: External ID:

Description

The following PHP AJAX viewer files still have usages of the (now removed) get_magic_quotes_gpc() function

buffer.php selectwithin.php search.php

Change History (1)

comment:1 by jng, 10 months ago

Resolution: fixed
Status: assignedclosed

In 10052:

Remove string un-escaping code referencing get_magic_quotes_gpc(). We already commented out this for buffer.php and there doesn't appear to be any adverse effects from not un-escaping string input, so now let's just go all the way with removal.

Fixes #2873

Note: See TracTickets for help on using tickets.