From 649866e4a4adc1bd53f9bd94345f16612e794320 Mon Sep 17 00:00:00 2001 From: soranzo Date: Thu, 31 May 2007 12:46:00 +0000 Subject: [PATCH] Restore redirect functionality --- redirect.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redirect.php b/redirect.php index 2e07187f..dfd9e949 100644 --- a/redirect.php +++ b/redirect.php @@ -8,7 +8,7 @@ $url = parse_url($misc->getLastTabURL($subject)); - $_SERVER['PHP_SELF'] = $url['path']; + $PHP_SELF = $url['path']; // Load query vars into superglobal arrays if (isset($url['query'])) { -- 2.39.5