From: quix0r Date: Sun, 22 Nov 2009 19:42:48 +0000 (+0000) Subject: die() removed... :( X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=27354f0e48c88ff5a55adaa8abe161861b6c76e3;p=mailer.git die() removed... :( --- diff --git a/inc/functions.php b/inc/functions.php index 8f16dfc02a..d6a9cb65eb 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -3829,7 +3829,6 @@ function encodeUrl ($url, $outputMode = '0') { // Add it to URL if (session_id() != '') { - die($url); $url .= $seperator . session_name() . '=' . session_id(); } // END - if } // END - if