phpki-0.82

This commit is contained in:
2025-09-10 23:01:43 -04:00
parent 02a6566061
commit 66ea908568
78 changed files with 5094 additions and 1 deletions

13
root/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();
?>