Files
phpki-ng/readme.php

14 lines
264 B
PHP
Raw Normal View History

2012-02-28 08:23:39 +00:00
<?php
include('./config.php');
include('./include/my_functions.php');
include('./include/common.php');
printHeader('setup');
print '<center><font color=red><h1>READ ME</h1></font></center>';
print '<pre>';
readfile('./README');
print '</pre>';
printFooter();
?>