Changeset 890 for trunk/index.php
- Timestamp:
- 10/25/2007 12:56:32 PM (13 months ago)
- Files:
-
- 1 modified
-
trunk/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/index.php
r866 r890 77 77 (is_dir(APPPATH) AND is_dir(APPPATH.'/config')) or die 78 78 ( 79 'Your <code>$ application_path</code>does not exist. '.80 'Set a valid <code>$ application_path</code> in <tt>index.php</tt> and refresh the page.'79 'Your <code>$kohana_application</code> directory does not exist. '. 80 'Set a valid <code>$kohana_application</code> in <tt>index.php</tt> and refresh the page.' 81 81 ); 82 82 83 83 (is_dir(SYSPATH) AND file_exists(SYSPATH.'/core/'.'Bootstrap'.EXT)) or die 84 84 ( 85 'Your <code>$kohana_system</code> d oes not exist. '.85 'Your <code>$kohana_system</code> directory does not exist. '. 86 86 'Set a valid <code>$kohana_system</code> in <tt>index.php</tt> and refresh the page.' 87 87 );
