Changeset 715 for trunk/index.php

Show
Ignore:
Timestamp:
10/09/2007 12:18:08 PM (14 months ago)
Author:
Geert
Message:
  • Kohana won't ignore E_NOTICE errors, but rather E_STRICT errors (see Kohana::error_handler())
  • Use <tt> tags around filenames for sake of consistency
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r647 r715  
    1616/** 
    1717 * Set the error reporting level. E_ALL is a good default. 
    18  * NOTE: Kohana will always ignore E_NOTICE errors 
     18 * NOTE: Kohana will always ignore E_STRICT errors 
    1919 */ 
    2020error_reporting(E_ALL); 
     
    6363( 
    6464        '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.' 
    6666); 
    6767 
     
    6969( 
    7070        '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.' 
    7272); 
    7373