layfi-earn/start.php

6 lines
108 B
PHP
Raw Permalink Normal View History

2025-01-27 20:49:47 +08:00
#!/usr/bin/env php
<?php
chdir(__DIR__);
require_once __DIR__ . '/vendor/autoload.php';
support\App::run();