predefine.php 220 B

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