From 3ce6eca40ab83270338778986dc9550c81b86187 Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Sun, 13 May 2012 21:45:24 +0200 Subject: [PATCH] fix fail in previous commit --- remote.php | 1 - 1 file changed, 1 deletion(-) diff --git a/remote.php b/remote.php index e115fc5073b..e93c2bf5c84 100644 --- a/remote.php +++ b/remote.php @@ -7,7 +7,6 @@ if (array_key_exists('PATH_INFO', $_SERVER)){ }else{ $path_info = substr($_SERVER['PHP_SELF'], strpos($_SERVER['PHP_SELF'], basename(__FILE__)) + strlen(basename(__FILE__))); } -$path_info = $_SERVER['PATH_INFO']; if (!$pos = strpos($path_info, '/', 1)) { $pos = strlen($path_info); } -- 2.39.5