fpdb/website/docs-benchmarks.php
2008-10-20 18:22:06 +08:00

24 lines
270 B
PHP
Executable File

<?php
$PAGE_TITLE = 'Abreviations';
require 'header.php';
require 'sidebar.php';
?>
<div id="main">
<h1>Benchmarks</h1>
<p>Check this page from time to time and they will come.</p>
</div>
<?php
require 'footer.php';
?>