wallpanell/lib/bootstrap.php
2026-03-19 21:27:01 +03:00

10 lines
207 B
PHP
Executable File

<?php
declare(strict_types=1);
define('APP_ROOT', dirname(__DIR__));
require_once APP_ROOT . '/lib/config.php';
require_once APP_ROOT . '/lib/ha_client.php';
require_once APP_ROOT . '/lib/dashboard.php';