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
2001-05-04 15:01:59 +00:00

9 lines
136 B
PHP

<?php
require_once 'prepend.inc';
commonHeader("No Stats");
?>
<p>No stats are available from this mirror.</p>
<?php
commonFooter();
?>