X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fsession.php;h=e8b9e2331719b5404bb4632c1fae971f8aeee82a;hp=ef1eb77297b1fef784ee1691ffe03d6734624651;hb=08a9a052ddd67568fa7bcc98c4300ce0cc6bfdc0;hpb=20741b93fd58620af677a7f1039ffd16ea6ec689 diff --git a/inc/session.php b/inc/session.php index ef1eb77297..e8b9e23317 100644 --- a/inc/session.php +++ b/inc/session.php @@ -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(); } // 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] ?>