1
0
mirror of https://github.com/php/web-php.git synced 2026-03-27 00:32:13 +01:00
Files
archived-web-php/stats/index.php
2002-12-22 22:55:22 +00:00

11 lines
298 B
PHP

<?php
// This page is displayed if there is no alias to
// override the stats directory distributed by rsync
// => no local search is set up
include_once 'prepend.inc';
commonHeader("No Stats");
echo '<p>No visitor statistics information is available on this mirror site.</p>';
commonFooter();
?>