Initial commit

This commit is contained in:
net909
2023-09-28 16:21:06 +08:00
parent 498772eb04
commit ba7be004c0
640 changed files with 87745 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<?php
echo '<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd"> <html xmlns="http://www.w3.org/1999/xhtml">';
echo "<head><title>wap phpmyadmin by ionutvmi</title><link rel='stylesheet' href='./default.css'/></head><body>";
echo "<div class='header'><a href='./index.php' style='color:white;'>wap phpmyadmin v2.0.3</a></div>";
function err($txt){
print "<div class='shout'>$txt </div>";
include 'foot.php';
exit;
}
?>