mirror of
https://github.com/php/web-php.git
synced 2026-03-24 07:12:16 +01:00
14 lines
213 B
C++
14 lines
213 B
C++
<?php // -*- C++ -*-
|
|
include_once __DIR__ . '/prepend.inc';
|
|
|
|
function commonStatHeader($title) {
|
|
site_header($title);
|
|
}
|
|
|
|
function commonStatBody($title) {
|
|
}
|
|
|
|
function commonStatFooter() {
|
|
site_footer();
|
|
}
|