ZnoteAAC/serverinfo.php
2013-08-28 23:44:46 +02:00

6 lines
199 B
PHP

<?php require_once 'engine/init.php'; include 'layout/overall/header.php'; ?>
<h1>Server Information</h1>
<p>Edit this page for server information.</p>
<?php include 'layout/overall/footer.php'; ?>