Added E_STRICT error reporting to index.php

This commit is contained in:
Woody Gilk 2009-04-09 17:24:51 -05:00
parent 82a1721632
commit 66b2cc7521

View file

@ -1,4 +1,9 @@
<?php
error_reporting(E_ALL | E_STRICT);
date_default_timezone_set('America/Chicago');
/**
* The directory in which your application specific resources are located.
* The application directory must contain the config/kohana.php file.