]> git.mxchange.org Git - mailer.git/blobdiff - inc/session.php
Added more wrapper, commented out another noisy debug line
[mailer.git] / inc / session.php
index e9abd0e7a28d12b057c30a5bfb547a0a6c410bac..e8b9e2331719b5404bb4632c1fae971f8aeee82a 100644 (file)
@@ -16,8 +16,8 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
- * 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 *
@@ -37,7 +37,7 @@
 
 // Some security stuff...
 if (!defined('__SECURITY')) {
-       die();
+       exit();
 } // END - if
 
 // Is ext-sql_patches there and newer?
@@ -58,8 +58,5 @@ if (session_id() == '') {
 // Load language file(s)
 loadLanguageFile();
 
-// Determine and set referal id
-determineReferalId();
-
 // [EOF]
 ?>