Changeset 893 for trunk/index.php

Show
Ignore:
Timestamp:
10/25/2007 08:53:51 PM (13 months ago)
Author:
Shadowhand
Message:

Small changes:

  • Comments updated in helpers
  • Small optimizations to helpers
  • Possible issue with index.php fixed (require vs require_once)
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r890 r893  
    8787); 
    8888 
    89 require_once SYSPATH.'core/Bootstrap'.EXT; 
     89require SYSPATH.'core/Bootstrap'.EXT;