mailer project continued:
[mailer.git] / inc / modules / index.php
index 245b01f9456f91f07ed2d8b8752162e62a2b9c91..928ec04109431ae7c7fa97f053e885e791d3c829 100644 (file)
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
+ * 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 *
@@ -37,7 +37,7 @@
 
 // Some security stuff...
 if (!defined('__SECURITY')) {
-       die();
+       exit();
 } elseif (!isExtensionInstalled('sql_patches')) {
        // Redirect to admin area
        redirectToUrl('admin.php');