]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/what-impressum.php
Used EL code {%template,LoadTemplate=foo%} instead of loadTemplate('foo', TRUE);
[mailer.git] / inc / modules / guest / what-impressum.php
index 16c98fa519dee213c4bf04a1a15f2b7bb5de9659..78fe908a4a297de2a3579afa88e43aa62c79f4de 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,8 +37,8 @@
 
 // Some security stuff...
 if (!defined('__SECURITY')) {
-       die();
-}
+       exit();
+} // END - if
 
 // Add description as navigation point
 addYouAreHereLink('guest', __FILE__);