bootstrap.core.php 379 B

1234567891011
  1. <?php
  2. /*
  3. |--------------------------------------------------------------------------
  4. | PIMF bootstrap
  5. |--------------------------------------------------------------------------
  6. */
  7. if(!defined('DS')) define('DS', DIRECTORY_SEPARATOR, true);
  8. if(!defined('BASE_PATH')) define('BASE_PATH', realpath(__DIR__) . DS, true);
  9. require_once 'autoload.core.php';
  10. require_once 'utils.php';