|
Lines 43-54
Link Here
|
| 43 |
// |
43 |
// |
| 44 |
// Quote special characters |
44 |
// Quote special characters |
| 45 |
// ========================== |
45 |
// ========================== |
| 46 |
if (get_magic_quotes_gpc() == 0) { |
46 |
#if (get_magic_quotes_gpc() == 0) { |
| 47 |
$chkHidVersion = addslashes($chkHidVersion); |
47 |
$chkHidVersion = addslashes($chkHidVersion); |
| 48 |
$chkKey1 = addslashes($chkKey1); |
48 |
$chkKey1 = addslashes($chkKey1); |
| 49 |
$chkKey2 = addslashes($chkKey2); |
49 |
$chkKey2 = addslashes($chkKey2); |
| 50 |
$chkVersion = addslashes($chkVersion); |
50 |
$chkVersion = addslashes($chkVersion); |
| 51 |
} |
51 |
#} |
| 52 |
// |
52 |
// |
| 53 |
// Security function for text fields |
53 |
// Security function for text fields |
| 54 |
// ================================= |
54 |
// ================================= |