From cbe53562bbe1db1dd9197977a9a1eb447f174703 Mon Sep 17 00:00:00 2001 From: Aleksei Miheev Date: Sun, 16 Feb 2014 17:13:59 +0000 Subject: [PATCH] Remove crappy old SMF code which appended PHPSESSID to urls despite PHP has that shit disabled --- Sources/Subs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Subs.php b/Sources/Subs.php index 21508f4..889b787 100644 --- a/Sources/Subs.php +++ b/Sources/Subs.php @@ -1533,7 +1533,7 @@ function obExit($do_header = null, $do_footer = null, $from_index = false) if ($do_header) { // Start up the session URL fixer. - ob_start('ob_sessrewrite'); + #ob_start('ob_sessrewrite'); // Display the screen in the logical order. template_header();