1
0
mirror of https://github.com/php/web-php.git synced 2026-03-24 07:12:16 +01:00
Files
archived-web-php/include/shared-stat.inc
Sara Golemon 2735e5f03f Swap uses of _SERVER[DOCUMENT_ROOT] for __DIR__
1/n - Update / and /include/ only.
2019-05-31 11:19:09 -04:00

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