1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Let's have a better looking error report

This commit is contained in:
Gabor Hojtsy
2003-06-07 18:18:32 +00:00
parent 28311ac476
commit 4275bd6c19

View File

@@ -30,4 +30,5 @@ if (isset($_SERVER['MIRROR_STATS'])) {
echo "$MYSITE|", phpversion(), "|$LAST_UPDATED|$searchtype|$mirror_stats|" , default_language(), "|";
// Test if there is a /manual alias
virtual("/manual/noalias.txt");
$correctmanual = @virtual("/manual/noalias.txt");
if (!$correctmanual) { echo "manual-alias"; }