mirror of
https://github.com/php/web-php.git
synced 2026-03-24 07:12:16 +01:00
9 lines
136 B
PHP
9 lines
136 B
PHP
<?php
|
|
require_once 'prepend.inc';
|
|
commonHeader("No Stats");
|
|
?>
|
|
<p>No stats are available from this mirror.</p>
|
|
<?php
|
|
commonFooter();
|
|
?>
|