]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/index.php
Compilation time added, some compileCode() calles removed, ADMIN_WHAT_404 added
[mailer.git] / inc / modules / index.php
index 128dc6e3a77a7eec2b6fb3db9bc80d98a6f746b7..0c3e257dd6f24ecde61a89cc0636f4b2fc6cf49a 100644 (file)
 // 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&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();