mirror of
https://github.com/MrUnknownDE/linux-script.git
synced 2026-04-09 18:03:49 +02:00
mir fällt kein Commit-Titel ein :/
This commit is contained in:
10
sh_scripts/res/lamp.php
Normal file
10
sh_scripts/res/lamp.php
Normal 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);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user