Changeset 586 for trunk/includes/global.php
- Timestamp:
- Oct 7, 2013, 11:52:11 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/global.php
r581 r586 633 633 else $_SERVER['QUERY_STRING'] = ''; 634 634 parse_str($_SERVER['QUERY_STRING'], $_GET); 635 // SQL injection hack protection 636 foreach($_GET as $Index => $Item) $_GET[$Index] = addslashes($_GET[$Index]); 635 637 return($PathItems); 636 638 }
Note:
See TracChangeset
for help on using the changeset viewer.