predefine.php 114 B

1234567
  1. <?php
  2. declare(strict_types=1);
  3. // Global constants
  4. const BASE_PATH = __DIR__ . '/..';
  5. const VERSION = '2024.1';