mirror of
https://github.com/php/web-php.git
synced 2026-04-23 15:08:20 +02:00
2735e5f03f
1/n - Update / and /include/ only.
14 lines
213 B
C++
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();
|
|
}
|