diff options
Diffstat (limited to 'includes/StreamFile.php')
-rw-r--r-- | includes/StreamFile.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/StreamFile.php b/includes/StreamFile.php index eb7266ef85fe..e65b724cccae 100644 --- a/includes/StreamFile.php +++ b/includes/StreamFile.php @@ -8,7 +8,7 @@ function wfStreamFile( $fname ) { header( 'HTTP/1.0 404 Not Found' ); echo "<html><body> <h1>File not found</h1> -<p>Although this PHP script ({$_SERVER['SCRIPT_NAME']}) exists, the file requested for output +<p>Although this PHP script ({$_SERVER['SCRIPT_NAME']}) exists, the file requested for output does not.</p> </body></html>"; return; |