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

12
sh_scripts/res/lamp.html Normal file
View File

@@ -0,0 +1,12 @@
<html>
<header>
<title>Successful installation</title>
</header>
<body>
<h1>Successful installation</h1>
<h2>Thank you for Using this Script!</h2>
<br />
<h3>Support us with your ideas</h3>
<h4><a href="https://github.com/MrUnknownDE/linux-script">https://github.com/MrUnknownDE/linux-script</a></h4>
</body>
</html>

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);
?>

File diff suppressed because it is too large Load Diff