1
0

predefine.php 197 B

12345678910
  1. <?php
  2. declare(strict_types=1);
  3. // Global constants
  4. if (! defined('BASE_PATH')) {
  5. define('BASE_PATH', __DIR__ . '/..');
  6. }
  7. const VERSION = '25.1.0';
  8. const VERSION_CODENAME = 'The Restoration';