X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Findex.php;h=4322d3ccd7bfb0b7ae1197f32214452ba87407ad;hb=8e4b45208df786e67751a6830afe84635b2ca3c5;hp=3f4fb3da07950f484de682b15187de9ce6716e34;hpb=f5ebd83b36f343022977241bd9b570051ece4b0f;p=mailer.git diff --git a/inc/modules/index.php b/inc/modules/index.php index 3f4fb3da07..4322d3ccd7 100644 --- a/inc/modules/index.php +++ b/inc/modules/index.php @@ -14,10 +14,9 @@ * $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 - 2011 by Mailer Developer Team * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -39,7 +38,10 @@ // Some security stuff... if (!defined('__SECURITY')) { die(); -} // END - if +} elseif (!isExtensionInstalled('sql_patches')) { + // Redirect to admin area + redirectToUrl('admin.php'); +} // Generate a tableset for the menu title and content loadTemplate('guest_header', false, array('date_time' => generateDateTime(time(), 1)));