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