]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/index.php
Missing SVN properties set
[mailer.git] / inc / modules / index.php
index 128dc6e3a77a7eec2b6fb3db9bc80d98a6f746b7..79141ef94459d156bf7a9cbc0b3ed803595a05aa 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 09/23/2003 *
- * ===============                              Last change: 03/27/2004 *
+ * Mailer v0.2.1-FINAL                                Start: 09/23/2003 *
+ * ===================                          Last change: 03/27/2004 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : index.php                                        *
 // Some security stuff...
 if (!defined('__SECURITY')) {
        die();
-} elseif (!isExtensionActive('sql_patches')) {
-       // The extension 'sql_patches' *MUST* be activated or you have lot's of problems!
-       redirectToUrl('modules.php?module=admin&amp;ext_missing=sql_patches');
-}
+} // END - if
 
 // Generate a tableset for the menu title and content
-loadTemplate('guest_header');
+loadTemplate('guest_header', false, array('date_time' => generateDateTime(time(), 1)));
 
 // Add code-message here
 handleCodeMessage();