'. '

Application Directory Not Found

'. '

The $kohana_application directory does not exist.

'. '

Set $kohana_application in '.KOHANA.' to a valid directory and refresh the page.

'. '' ); } // Check SYSPATH if ( ! (is_dir(SYSPATH) AND file_exists(SYSPATH.'/core/Bootstrap'.EXT))) { die ( '
'. '

System Directory Not Found

'. '

The $kohana_system directory does not exist.

'. '

Set $kohana_system in '.KOHANA.' to a valid directory and refresh the page.

'. '
' ); } } // Initialize. require SYSPATH.'core/Bootstrap'.EXT;