]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/loader.php
Renamed function so it might be more understandable
[mailer.git] / inc / modules / loader.php
index 3cb4076516f3c481d551f52d52a0606bc5426d75..e31841f540216762f1ace4f313eee289bf9a8e51 100644 (file)
  * $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                    *
  * For more information visit: http://www.mxchange.org                  *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -52,11 +51,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]