This repository has been archived on 2026-04-14. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
PHP_SMART_HOME_V3/public/index.php
JonatanRek 8c96a6021a Top up
2020-04-21 15:27:57 +02:00

6 lines
92 B
PHP

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