]> git.mxchange.org Git - mailer.git/blobdiff - confirm.php
Naming convention applied
[mailer.git] / confirm.php
index a7c797de4773ade6d7872506de4bf6d8ee9986db..fcf615f16ce8485aa87a46192ddacdbfc35664eb 100644 (file)
@@ -14,8 +14,6 @@
  * $Date::                                                            $ *
  * $Tag:: 0.2.1-FINAL                                                 $ *
  * $Author::                                                          $ *
- * Needs to be in all Files and every File needs "svn propset           *
- * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
  * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
@@ -50,13 +48,13 @@ require('inc/config-global.php');
 // Set content type for e.g. search engines
 setContentType('text/html');
 
-// No hash provided by default
-$URL = 'modules.php?module=index';
+// No hash provided then we redirect to the right page
+$URL = 'modules.php?module=index&what=confirm';
 
 // Is the hash there?
 if (isGetRequestParameterSet('hash')) {
-       // We have an refid here. So we simply add it
-       $URL = 'modules.php?module=index&what=confirm&hash=' . getRequestParameter('hash');
+       // We have a hash here. So we simply add it
+       $URL .= '&hash=' . getRequestParameter('hash');
 } // END - if
 
 // Load the URL