diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..03c88fd --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.htaccess diff --git a/parts/library.inc b/parts/library.inc index e16b90a..81b002a 100644 --- a/parts/library.inc +++ b/parts/library.inc @@ -120,12 +120,5 @@ $var = stripSlashes ($var); } } - - if (true && get_magic_quotes_gpc()) { // unquote $_GET, $_POST, $_COOKIE - stripAllSlashes ($_GET); - stripAllSlashes ($_POST); - stripAllSlashes ($_COOKIE); - stripAllSlashes ($_REQUEST); - } } // !_LIBFUNCS_ ?>