1234567891011 |
- <?php
- /*
- |--------------------------------------------------------------------------
- | PIMF bootstrap
- |--------------------------------------------------------------------------
- */
- if(!defined('DS')) define('DS', DIRECTORY_SEPARATOR, true);
- if(!defined('BASE_PATH')) define('BASE_PATH', realpath(__DIR__) . DS, true);
- require_once 'autoload.core.php';
- require_once 'utils.php';
|