]> git.mxchange.org Git - mailer.git/blobdiff - birthday_confirm.php
Updating profiles fixed. It was still broken since I have changed the password hashin...
[mailer.git] / birthday_confirm.php
index b65d5e1b0ad23ed425a9589ba2b3d1644c3c5fb9..27729533e4e3748d44c001562bdbeb1d976fb960 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
 $GLOBALS['module'] = "birthday_confirm"; $CSS = -1;