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.
web/bin/create-invite.php

13 lines
204 B
PHP

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