PHP_SMART_HOME_V3/public/index.php

6 lines
92 B
PHP

<?php
echo('GET [url]: ' . $_GET['url']);
require_once __DIR__ . '/../app/Bootstrap.php';