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:
@@ -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"; }
|
||||
|
||||
Reference in New Issue
Block a user