]> git.mxchange.org Git - mailer.git/blobdiff - agb.php
A *lot* more code-cleanups, errors in CSS fixed (missing brackets) and frameset suppo...
[mailer.git] / agb.php
diff --git a/agb.php b/agb.php
index a802e0c4014ef25fce24b648fddeb0b94a512cc8..4c878bc909d3856b0621e3937d5b44547e823d26 100644 (file)
--- a/agb.php
+++ b/agb.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'] = "agb"; $CSS = -1;