3.8.1
This commit is contained in:
6
bin/phalapi-cli
Normal file
6
bin/phalapi-cli
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env php
|
||||
<?php
|
||||
require_once dirname(__FILE__) . '/../public/init.php';
|
||||
|
||||
$cli = new PhalApi\CLI\Lite();
|
||||
$cli->response();
|
||||
Reference in New Issue
Block a user