mir fällt kein Commit-Titel ein :/

This commit is contained in:
2021-04-07 15:58:15 +02:00
parent f7fc99932d
commit 7c4031554b
7 changed files with 8043 additions and 58 deletions

10
sh_scripts/res/lamp.php Normal file
View File

@@ -0,0 +1,10 @@
<?php
// Zeigt alle Informationen (Standardwert ist INFO_ALL)
phpinfo();
// Zeigt nur die Modul-Informationen.
// phpinfo(8) führt zum gleichen Ergebnis.
phpinfo(INFO_MODULES);
?>