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>';
|
2012-03-07 12:29:33 -05:00
|
|
|
readfile('./README.md');
|
2012-02-28 08:23:39 +00:00
|
|
|
print '</pre>';
|
|
|
|
printFooter();
|