predefine.php 132 B

12345678910
  1. <?php
  2. declare(strict_types=1);
  3. /**
  4. * To define global variable
  5. */
  6. const BASE_PATH = __DIR__ . '/..';
  7. const VERSION = '2023.4';