mirror of
https://github.com/php/web-php.git
synced 2026-03-24 07:12:16 +01:00
16 lines
239 B
C++
16 lines
239 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();
|
|
}
|
|
?>
|