- <?php
- /*
- / \
- | o |
- \ /
- ________) (________
- | |
- '------. .------'
- | |
- | |
- | |
- | |
- /\ | | /\
- /_ \ / \ / _\
- \ '. .' '. .' /
- \ '--' '--' /
- '. .'
- '._ _.'
- `'-. .-'`
- \ /
- */
- define('DS', DIRECTORY_SEPARATOR);
- define('ENV', getenv('APP_ENV'));
- define('VERSION', '1.0');
- define('PATH', dirname(__FILE__) . DS);
- define('APP', PATH . 'anchor' . DS);
- define('SYS', PATH . 'system' . DS);
- define('EXT', '.php');
- require SYS . 'start' . EXT;