summaryrefslogtreecommitdiff
path: root/ext/phar/shortarc.php
diff options
context:
space:
mode:
Diffstat (limited to 'ext/phar/shortarc.php')
-rw-r--r--ext/phar/shortarc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/shortarc.php b/ext/phar/shortarc.php
index 1bf3baa8aa..e5ac8bab6d 100644
--- a/ext/phar/shortarc.php
+++ b/ext/phar/shortarc.php
@@ -74,7 +74,7 @@ if (@(isset($_SERVER['REQUEST_URI']) && isset($_SERVER['REQUEST_METHOD']) && ($_
$a = realpath(Extract_Phar::$temp . DIRECTORY_SEPARATOR . $pt);
if (!$a || strlen(dirname($a)) < strlen(Extract_Phar::$temp)) {
header('HTTP/1.0 404 Not Found');
- echo "<html>\n <head>\n <title>File Not Found<title>\n </head>\n <body>\n <h1>404 - File ", $pt, " Not Found</h1>\n </body>\n</html>";
+ echo "<html>\n <head>\n <title>File Not Found<title>\n </head>\n <body>\n <h1>404 - File Not Found</h1>\n </body>\n</html>";
exit;
}
$b = pathinfo($a);