1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00
This commit is contained in:
Simone Cortesi
2003-01-19 19:44:36 +00:00
parent bc417844cf
commit 3ec66ba82c

View File

@@ -23,7 +23,7 @@ commonHeader("Information About This PHP Mirror Site");
<h2>Mirror Services</h2>
<ul>
<li>Default language is <?php echo $LANGUAGES[default_langauge()]; ?></li>
<li>Default language is <?php echo $LANGUAGES[default_language()]; ?></li>
<li>Local search support is <?php echo has_search() ? "available" : "not available"; ?></li>
<li>Local visitor statistics is <?php echo has_stats() ? "available" : "not available"; ?></li>
</ul>