mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Drop search information alltogether, add base page and new include
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
<?php
|
||||
include_once "prepend.inc";
|
||||
// $Id$
|
||||
$_SERVER['BASE_PAGE'] = 'mirror.php';
|
||||
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
|
||||
commonHeader("Information About This PHP Mirror Site");
|
||||
?>
|
||||
|
||||
@@ -24,7 +26,6 @@ commonHeader("Information About This PHP Mirror Site");
|
||||
|
||||
<ul>
|
||||
<li>Default language is <?php echo $LANGUAGES[default_language()]; ?></li>
|
||||
<?php //<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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user