diff options
Diffstat (limited to 'vhosts/t/phpcon-kagawa-2025/index.php')
| -rw-r--r-- | vhosts/t/phpcon-kagawa-2025/index.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vhosts/t/phpcon-kagawa-2025/index.php b/vhosts/t/phpcon-kagawa-2025/index.php new file mode 100644 index 0000000..e2f5829 --- /dev/null +++ b/vhosts/t/phpcon-kagawa-2025/index.php @@ -0,0 +1,9 @@ +<?php + +declare(strict_types=1); + +require_once __DIR__ . '/vendor/autoload.php'; + +use Nsfisis\TinyPhpHttpd\App; + +(new App('0.0.0.0', 8080))->run(); |
