Changeset 336 for trunk/install/common.php
- Timestamp:
- Sep 23, 2020, 11:32:27 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/install/common.php
r2 r336 33 33 $arr[$name] = strip_tags( $arr[$name] ); 34 34 } 35 if (!get_magic_quotes_gpc()) { 36 $arr[$name] = addslashes( $arr[$name] ); 37 } 35 $arr[$name] = addslashes( $arr[$name] ); 38 36 } 39 37 return $arr[$name];
Note:
See TracChangeset
for help on using the changeset viewer.