diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/common.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc index 99f87a1f4..0a24fc927 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -40,7 +40,6 @@ function throttle($type, $rate) { function path_uri() { global $HTTP_HOST, $REQUEST_URI; - $REQUEST_URI = strstr("export/", $REQUEST_URI); return "http://". $HTTP_HOST . substr($REQUEST_URI, 0, strrpos($REQUEST_URI, "/")) ."/"; } |