1
0
mirror of https://github.com/php/web-php.git synced 2026-03-24 07:12:16 +01:00
Files
archived-web-php/stats/index.php
2003-08-16 14:10:39 +00:00

19 lines
426 B
PHP

<?php
// $Id$
/*
This page is displayed if there is no alias to
override the stats directory distributed by rsync,
which means there is no local search is set up
*/
$_SERVER['BASE_PAGE'] = 'stats/index.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
site_header("No Stats");
?>
<h1>No Stats</h1>
<p>
No visitor statistics information is available on this mirror site.
</p>
<?php site_footer(); ?>