X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Findex.php;h=928ec04109431ae7c7fa97f053e885e791d3c829;hb=c575a24a33f26e98ab6a34dbfc3ab1e520fe7312;hp=3f4fb3da07950f484de682b15187de9ce6716e34;hpb=f5ebd83b36f343022977241bd9b570051ece4b0f;p=mailer.git diff --git a/inc/modules/index.php b/inc/modules/index.php index 3f4fb3da07..928ec04109 100644 --- a/inc/modules/index.php +++ b/inc/modules/index.php @@ -14,11 +14,10 @@ * $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 * - * For more information visit: http://www.mxchange.org * + * Copyright (c) 2009 - 2012 by Mailer Developer Team * + * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -38,8 +37,11 @@ // Some security stuff... if (!defined('__SECURITY')) { - die(); -} // END - if + exit(); +} 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)));