This commit is contained in:
2026-01-04 18:03:53 +01:00
parent f8bb7cc042
commit 24b4960fc8

5
index.php Normal file
View File

@ -0,0 +1,5 @@
<?php
$name = $_GET['name'] ?? 'poopstink';
printf('Hello %s', $name);