mirror of
https://github.com/error311/FileRise.git
synced 2026-01-05 19:30:16 -06:00
8 lines
206 B
PHP
8 lines
206 B
PHP
<?php
|
|
declare(strict_types=1);
|
|
|
|
require_once __DIR__ . '/../../../config/config.php';
|
|
require_once PROJECT_ROOT . '/src/controllers/AdminController.php';
|
|
|
|
$ctrl = new AdminController();
|
|
$ctrl->setLicense(); |