This commit is contained in:
JonatanRek
2020-04-21 15:27:57 +02:00
parent bfebe6b534
commit 8c96a6021a
2 changed files with 10 additions and 5 deletions

View File

@@ -1,2 +1,5 @@
<?php
echo('GET [url]: ' . $_GET['url']);
require_once __DIR__ . '/../app/Bootstrap.php';