Initial commit of new codebase
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
require_once __DIR__."/../vendor/autoload.php";
|
||||
|
||||
$app = new MakePhar\Application();
|
||||
$app->run();
|
||||
Reference in New Issue
Block a user