Lines Matching refs:pt
103 $pt = substr($_SERVER['REQUEST_URI'], strpos($_SERVER['REQUEST_URI'], $basename) + strlen($basename…
104 if (!$pt || $pt == '/') {
105 $pt = $web;
107 header('Location: ' . $_SERVER['REQUEST_URI'] . '/' . $pt);
110 $a = realpath(Extract_Phar::$temp . DIRECTORY_SEPARATOR . $pt);
397 $pt = substr($_SERVER['REQUEST_URI'], strpos($_SERVER['REQUEST_URI'], $basename) + strlen($basename…
398 if (!$pt || $pt == '/') {
399 $pt = $web;
401 header('Location: ' . $_SERVER['REQUEST_URI'] . '/' . $pt);
404 $a = realpath(Extract_Phar::$temp . DIRECTORY_SEPARATOR . $pt);
699 $pt = substr($_SERVER['REQUEST_URI'], strpos($_SERVER['REQUEST_URI'], $basename) + strlen($basename…
700 if (!$pt || $pt == '/') {
701 $pt = $web;
703 header('Location: ' . $_SERVER['REQUEST_URI'] . '/' . $pt);
706 $a = realpath(Extract_Phar::$temp . DIRECTORY_SEPARATOR . $pt);