]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/loader.php
A3H added, handling fixed:
[mailer.git] / inc / modules / loader.php
index 3cb4076516f3c481d551f52d52a0606bc5426d75..121cbc9169135f2ea3b8a667347036c6919f790f 100644 (file)
@@ -18,6 +18,7 @@
  * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
+ * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
  * For more information visit: http://www.mxchange.org                  *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -52,11 +53,11 @@ if (isGetRequestParameterSet('url')) {
                loadTemplate('loader', false, $url);
        } else {
                // URL invalid
-               redirectToUrl('index.php');
+               redirectToUrl('modules.php?module=index');
        }
 } else {
        // Invalid or no URL entered!
-       redirectToUrl('index.php');
+       redirectToUrl('modules.php?module=index');
 }
 
 // [EOF]