Changeset 715 for trunk/index.php
- Timestamp:
- 10/09/2007 12:18:08 PM (14 months ago)
- Files:
-
- 1 modified
-
trunk/index.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/index.php
r647 r715 16 16 /** 17 17 * Set the error reporting level. E_ALL is a good default. 18 * NOTE: Kohana will always ignore E_ NOTICEerrors18 * NOTE: Kohana will always ignore E_STRICT errors 19 19 */ 20 20 error_reporting(E_ALL); … … 63 63 ( 64 64 'Your <code>$application_path</code> does not exist. '. 65 'Set a valid <code>$application_path</code> in < kbd>index.php</kbd> and refresh the page.'65 'Set a valid <code>$application_path</code> in <tt>index.php</tt> and refresh the page.' 66 66 ); 67 67 … … 69 69 ( 70 70 'Your <code>$kohana_system</code> does not exist. '. 71 'Set a valid <code>$kohana_system</code> in < kbd>index.php</kbd> and refresh the page.'71 'Set a valid <code>$kohana_system</code> in <tt>index.php</tt> and refresh the page.' 72 72 ); 73 73
