Initial import of 0.83 from SF

This commit is contained in:
root
2012-02-28 08:23:39 +00:00
commit f81dd66698
78 changed files with 5145 additions and 0 deletions

13
readme.php Normal file
View File

@@ -0,0 +1,13 @@
<?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();
?>