]> git.mxchange.org Git - mailer.git/blobdiff - confirm.php
A *lot* more code-cleanups, errors in CSS fixed (missing brackets) and frameset suppo...
[mailer.git] / confirm.php
index e844c6c77e3ebde2d872673b69c73f058ba1fe49..42165299f6a1f40701398a3aea3fd5ddc55fdc63 100644 (file)
@@ -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 to confirm
 $GLOBALS['module'] = "confirm"; $CSS = -1;