mirror of
https://github.com/MrUnknownDE/linux-script.git
synced 2026-04-10 02:13:49 +02:00
mir fällt kein Commit-Titel ein :/
This commit is contained in:
12
sh_scripts/res/lamp.html
Normal file
12
sh_scripts/res/lamp.html
Normal 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
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);
|
||||
|
||||
?>
|
||||
7930
sh_scripts/res/mysql-test.sql
Normal file
7930
sh_scripts/res/mysql-test.sql
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user