Changeset 4005 for branches/2.0/include/common.inc.php
- Timestamp:
- Oct 9, 2009, 4:38:54 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/include/common.inc.php
r3276 r4005 29 29 $t2 = $t1[1].'.'.$t2[1]; 30 30 31 set_magic_quotes_runtime(0); // Disable magic_quotes_runtime31 @set_magic_quotes_runtime(0); // Disable magic_quotes_runtime 32 32 33 33 // … … 35 35 // precaution to prevent someone trying to break out of a SQL statement. 36 36 // 37 if( ! get_magic_quotes_gpc() )37 if( !@get_magic_quotes_gpc() ) 38 38 { 39 39 function sanitize_mysql_kv(&$v, $k)
Note: See TracChangeset
for help on using the changeset viewer.