inital; add index.php and apache2 config

This commit is contained in:
lare 2022-09-13 21:09:39 +02:00
commit 9483c68d63
Signed by: lare
GPG key ID: 30C10A93B8B8E9FE
3 changed files with 36 additions and 0 deletions

3
wwwroot/index.php Normal file
View file

@ -0,0 +1,3 @@
<?php
print($_SERVER['REMOTE_ADDR']);
?>