mirror of
https://github.com/ledccn/IYUUPlus.git
synced 2025-04-29 17:06:05 +00:00
5 lines
92 B
PHP
5 lines
92 B
PHP
#!/usr/bin/env php
|
|
<?php
|
|
require_once __DIR__ . '/vendor/autoload.php';
|
|
support\App::run();
|