1
0
mirror of https://github.com/php/web-php.git synced 2026-03-29 18:52:08 +02:00
Files
archived-web-php/include/shared-stat.inc
jim winstead e16ffd998e ahem
2001-03-08 22:06:42 +00:00

16 lines
233 B
C++

<?php // -*- C++ -*-
header("Vary: User-Agent");
require_once 'prepend.inc';
function commonStatHeader($title) {
commonHeader($title,0,1);
}
function commonStatBody($title) {
}
function commonStatFooter() {
commonFooter();
}
?>