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

Correcting function names...

This commit is contained in:
Gabor Hojtsy
2003-01-20 12:00:00 +00:00
parent 3dda32af77
commit 5d2c6ac90e

View File

@@ -24,8 +24,8 @@ commonHeader("Information About This PHP Mirror Site");
<ul>
<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>
<li>Local search support is <?php echo have_search() ? "available" : "not available"; ?></li>
<li>Local visitor statistics is <?php echo have_stats() ? "available" : "not available"; ?></li>
</ul>
<h2>Mirror Status</h2>