From: Roland Häder Date: Sun, 22 Nov 2009 19:42:48 +0000 (+0000) Subject: die() removed... :( X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=6a4e9793e204380aad6099324174b34a2103f0ec;hp=e6cc8e9581807e21cf173c8a891869f1983fc935 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