root/ip/tags/release_1_3_0_53/install/clean_tables_ip.php
| 111 | 163 | ||
|---|---|---|---|
89 | $html = new html(); | 89 | $html = new html(); |
90 | 90 | ||
91 | // Did the user submitted the form? | 91 | // Did the user submitted the form? |
92 | if (isset($HTTP_POST_VARS['submit'])) | 92 | if (isset($_POST['submit'])) |
93 | { | 93 | { |
94 | reset($HTTP_POST_VARS); | 94 | reset($_POST); |
95 | while (list($key, $value) = each($HTTP_POST_VARS)) | 95 | while (list($key, $value) = each($_POST)) |
96 | { | 96 | { |
97 | $key = htmlspecialchars(addslashes($key)); | 97 | $key = htmlspecialchars(addslashes($key)); |
98 | $key = str_replace("\'", "''", $key); | 98 | $key = str_replace("\'", "''", $key); |
Download diff