Lines Matching refs:pt
123 $pt = substr($_SERVER['REQUEST_URI'], strpos($_SERVER['REQUEST_URI'], $basename) + strlen($basename…
124 if (!$pt || $pt == '/') {
125 $pt = $web;
127 header('Location: ' . $_SERVER['REQUEST_URI'] . '/' . $pt);
130 $a = realpath(Extract_Phar::$temp . DIRECTORY_SEPARATOR . $pt);
418 $pt = substr($_SERVER['REQUEST_URI'], strpos($_SERVER['REQUEST_URI'], $basename) + strlen($basename…
419 if (!$pt || $pt == '/') {
420 $pt = $web;
422 header('Location: ' . $_SERVER['REQUEST_URI'] . '/' . $pt);
425 $a = realpath(Extract_Phar::$temp . DIRECTORY_SEPARATOR . $pt);
713 $pt = substr($_SERVER['REQUEST_URI'], strpos($_SERVER['REQUEST_URI'], $basename) + strlen($basename…
714 if (!$pt || $pt == '/') {
715 $pt = $web;
717 header('Location: ' . $_SERVER['REQUEST_URI'] . '/' . $pt);
720 $a = realpath(Extract_Phar::$temp . DIRECTORY_SEPARATOR . $pt);