6 lines
92 B
PHP
6 lines
92 B
PHP
<?php
|
|
|
|
echo('GET [url]: ' . $_GET['url']);
|
|
|
|
require_once __DIR__ . '/../app/Bootstrap.php';
|