2022-11-21 09:47:28 +01:00

5 lines
61 B
PHP

<?php
$input = $_GET ["load"];
echo "Testseite2: $input";
?>