projects
/
pgweb-old.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9e6bbb
)
Argh!
author
Magnus Hagander
<
[email protected]
>
Sat, 20 Dec 2008 16:58:43 +0000
(16:58 +0000)
committer
Magnus Hagander
<
[email protected]
>
Sat, 20 Dec 2008 16:58:43 +0000
(16:58 +0000)
Don't commit debuggintg code! :-)
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2355
8f5c7a92
-453e-0410-a47f-
ad33c8a6b003
portal/system/redir2.php
patch
|
blob
|
blame
|
history
diff --git
a/portal/system/redir2.php
b/portal/system/redir2.php
index ff939f5443891e813771fa7da60521fd79b3163f..28ec04e0411c0c5d789bbaa37eb660a58d49ea03 100644
(file)
--- a/
portal/system/redir2.php
+++ b/
portal/system/redir2.php
@@
-83,11
+83,6
@@
$file
));
- print "Redirect to '$url'\n";
- exit(0);
- // Now do the redirect if this didn't come from StackBuilder
- if (!isset($_GET['sb']))
- header("Location: " . $url);
-
+ header("Location: ", $url);
exit;
?>