mirror of
https://github.com/php/web-php.git
synced 2026-03-30 19:22:17 +02:00
16 lines
258 B
C++
16 lines
258 B
C++
<?php // -*- C++ -*-
|
|
// $Id$
|
|
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
|
|
|
|
function commonStatHeader($title) {
|
|
commonHeader($title, 0, 1);
|
|
}
|
|
|
|
function commonStatBody($title) {
|
|
}
|
|
|
|
function commonStatFooter() {
|
|
commonFooter();
|
|
}
|
|
?>
|