]> git.mxchange.org Git - mailer.git/blobdiff - confirm.php
Possible fix for non-working profile update
[mailer.git] / confirm.php
index c53046e3479d79585135d893736014776d6d34a4..53446c53259027545772e54418eb3277d6e97057 100644 (file)
 // Load security stuff here
 require('inc/libs/security_functions.php');
 
-// Init "action" and "what"
-$GLOBALS['what'] = '';
-$GLOBALS['action'] = '';
-
 // Set module to confirm
 $GLOBALS['module'] = 'confirm';
 $GLOBALS['output_mode'] = -1;
@@ -72,5 +68,5 @@ if ((isInstalled()) && (isAdminRegistered())) {
 // Really all done here... ;-)
 shutdown();
 
-//
+// [EOF]
 ?>