1
0
mirror of https://github.com/php/web-php.git synced 2026-03-30 19:22:17 +02:00
Files
archived-web-php/include/shared-stat.inc
Gabor Hojtsy 9cb147bb1a Update code
2003-08-16 14:00:42 +00:00

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();
}
?>