Insert filter security in parameters $_GET[‘linkid’] ( security / sqli )
-
File : link-library/link-library-admin.php
LINE 686 : $linkquery .= ” AND l.link_id = ” . $_GET[‘linkid’]
to
LINE 686 : $linkquery .= ” AND l.link_id = ” . (int) $_GET[‘linkid’]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Insert filter security in parameters $_GET[‘linkid’] ( security / sqli )’ is closed to new replies.