predefine.php 141 B

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