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);
113 echo "<html>\n <head>\n <title>File Not Found<title>\n </head>\n <body>\n <h1>404 - File ", $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);
407 echo "<html>\n <head>\n <title>File Not Found<title>\n </head>\n <body>\n <h1>404 - File ", $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);
709 echo "<html>\n <head>\n <title>File Not Found<title>\n </head>\n <body>\n <h1>404 - File ", $pt, …