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