Changeset 566 for trunk/contrib/php-xinha.php
- Timestamp:
- 09/13/06 16:55:18 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/contrib/php-xinha.php
r565 r566 147 147 : md5($_SESSION[$bk['key_location']] . $bk['data'])) 148 148 { 149 return unserialize( $bk['data']);149 return unserialize(ini_get('magic_quotes_gpc') ? stripslashes($bk['data']) : $bk['data']); 150 150 } 151 151 }
Note: See TracChangeset
for help on using the changeset viewer.