add
This commit is contained in:
5
webman/start.php
Normal file
5
webman/start.php
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env php
|
||||
<?php
|
||||
chdir(__DIR__);
|
||||
require_once __DIR__ . '/vendor/autoload.php';
|
||||
support\App::run();
|
||||
Reference in New Issue
Block a user