eolisation

This commit is contained in:
2023-11-09 15:45:50 +01:00
parent a44ff78795
commit 460bdb3993
444 changed files with 24757 additions and 26 deletions

View File

@ -0,0 +1,9 @@
<?php
echo "<html><head><title>Nineapache 7</title></head><body>";
echo "<h1><center>NINEAPACHE 7</center></h1>";
echo phpinfo();
echo "</body></html>";
?>