Notice fixed and RewriteEngine enabled in .htaccess
[mailer.git] / ref.php
diff --git a/ref.php b/ref.php
index f4ee90afee8d6cefa90a7ad64d979a1c73c643f5..d3fdc56e33f5fc24a404249cfc2f55d6810c0fce 100644 (file)
--- a/ref.php
+++ b/ref.php
@@ -37,8 +37,6 @@ require_once("inc/libs/security_functions.php");
 // Init "action" and "what"
 global $what, $action;
 $GLOBALS['what'] = ""; $GLOBALS['action'] = "";
-if (!empty($_GET['action'])) $GLOBALS['action'] = secureString($_GET['action']);
-if (!empty($_GET['what'])) $GLOBALS['what'] = secureString($_GET['what']);
 
 // Set module
 $GLOBALS['module'] = "ref"; $CSS = -1;