- typo
[m6w6/ext-http] / http_functions.c
index 806cd664ebb52e658d0bdb817735c4ec67ee3935..930908ded52d426721b3f64f1d6387292854697e 100644 (file)
@@ -728,7 +728,7 @@ PHP_FUNCTION(http_redirect)
                RETURN_FALSE;
        }
 
-#if 0 && HTTP_HAVE_EXT(SESSION)
+#if HTTP_HAVE_EXT(SESSION)
        /* append session info */
        if (session) {
                if (!params) {