<?php define( 'DS', DIRECTORY_SEPARATOR ); define( 'ROOT_DIR', dirname( __FILE__ ) . DS ); define( 'CORE_DIR', ROOT_DIR . DS . 'core' . DS ); define( 'BOOT_DIR', CORE_DIR . DS . 'boot' . DS ); require( BOOT_DIR . 'starter.php' ); ?>