X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=install.php;h=7b0c6b857cfb479c9458936ab0e194206d52273d;hb=8a2ab6a6beb399e024ec5a56b487b03c4f65551c;hp=aaf53f3d58d02c7d99f658c6a6cd3e39ccc5cfb7;hpb=1b4494c45790f1ba6808bb6a037d777147bd8f23;p=mailer.git diff --git a/install.php b/install.php index aaf53f3d58..7b0c6b857c 100644 --- a/install.php +++ b/install.php @@ -54,8 +54,6 @@ require ("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'] = "install";