You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
204 B
PHTML

9 years ago
#!/usr/bin/env php
9 years ago
<?php
9 years ago
namespace Zerobae\Panel;
9 years ago
9 years ago
include __DIR__ . '/../vendor/autoload.php';
9 years ago
9 years ago
$config = new Config();
$controller = new Controller($config);
9 years ago
9 years ago
echo $controller->createInvite() . "\n";