Skip to content

Commit

Permalink
Cleaning up comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Woody Gilk committed Aug 6, 2009
1 parent 3cf35ec commit d1616b6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.php
Expand Up @@ -85,16 +85,17 @@
// Load the base, low-level functions
require SYSPATH.'base'.EXT;

// Load the main Kohana class
// Load the core Kohana class
require SYSPATH.'classes/kohana/core'.EXT;

if (is_file(APPPATH.'classes/kohana'.EXT))
{
// Load the Kohana class extension
// Application extends the core
require APPPATH.'classes/kohana'.EXT;
}
else
{
// Load empty core extension
require SYSPATH.'classes/kohana'.EXT;
}

Expand Down

0 comments on commit d1616b6

Please sign in to comment.