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