Add some example files.

This commit is contained in:
2020-05-21 18:50:53 +02:00
parent 493cda24b8
commit 8e46da140f
8 changed files with 400 additions and 0 deletions

8
FILES/phpinfo.php Normal file
View File

@ -0,0 +1,8 @@
<html>
<head>
<title>PHP Info</title>
</head>
<body>
<?php phpinfo(); ?>
</body>
</html>