wernis extension is now alpha code (only listing in admin area is missing), naming...
[mailer.git] / img.php
diff --git a/img.php b/img.php
index 94878c19a323a5083df6d0425ad5b3308d65c34f..82855eee2e59ed08d7d3696067647e6982c5ebc6 100644 (file)
--- a/img.php
+++ b/img.php
@@ -37,8 +37,6 @@ require_once("inc/libs/security_functions.php");
 // Init "action" and "what"
 global $what, $action;
 $GLOBALS['what'] = ""; $GLOBALS['action'] = "";
 // 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'] = "img"; $CSS = -1;
 
 // Set module
 $GLOBALS['module'] = "img"; $CSS = -1;