projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
46fc126
)
- typo
author
Michael Wallner
<mike@php.net>
Wed, 7 Jun 2006 14:47:12 +0000
(14:47 +0000)
committer
Michael Wallner
<mike@php.net>
Wed, 7 Jun 2006 14:47:12 +0000
(14:47 +0000)
http_functions.c
patch
|
blob
|
history
diff --git
a/http_functions.c
b/http_functions.c
index 806cd664ebb52e658d0bdb817735c4ec67ee3935..930908ded52d426721b3f64f1d6387292854697e 100644
(file)
--- a/
http_functions.c
+++ b/
http_functions.c
@@
-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) {