<?php declare(strict_types=1); // Global constants const BASE_PATH = __DIR__ . '/..'; const PANEL_NAME = 'NeXT-Panel'; const PANEL_VERSION = '24.3.0'; const OTA_API_URL = 'https://api.nextpanel.dev/v1/version/latest';