start.php 92 B

1234
  1. #!/usr/bin/env php
  2. <?php
  3. require_once __DIR__ . '/vendor/autoload.php';
  4. support\App::run();