reactor 216 B

1234567891011121314
  1. <?php
  2. use mako\application\cli\Application;
  3. /**
  4. * Include the application init file.
  5. */
  6. include __DIR__ . '/init.php';
  7. /**
  8. * Start and run the application.
  9. */
  10. Application::start(MAKO_APPLICATION_PATH)->run();