Argh!
authorMagnus Hagander <[email protected]>
Sat, 20 Dec 2008 16:58:43 +0000 (16:58 +0000)
committerMagnus 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

index ff939f5443891e813771fa7da60521fd79b3163f..28ec04e0411c0c5d789bbaa37eb660a58d49ea03 100644 (file)
                $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;
 ?>