]> git.mxchange.org Git - mailer.git/blobdiff - view.php
Method extensionVersionMatches() is now cached in
[mailer.git] / view.php
index 6c185a6081a8fc250fe5329863e3298fcb8c394d..85275afd34f1597bee0f38895301de4546564dab 100644 (file)
--- a/view.php
+++ b/view.php
@@ -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 *
@@ -41,7 +42,7 @@ require('inc/libs/security_functions.php');
 
 // Set module
 $GLOBALS['module'] = 'view';
-$GLOBALS['output_mode'] = -1;
+$GLOBALS['output_mode'] = -3;
 
 // Load the required file(s)
 require('inc/config-global.php');
@@ -74,7 +75,7 @@ if (((isGetRequestParameterSet('user')) || (isGetRequestParameterSet('reseller')
        SQL_FREERESULT($result);
 } else {
        // Do nothing for now
-       redirectToUrl('index.php');
+       redirectToUrl('modules.php?module=index');
 }
 
 // Shutdown