diff --git a/images/layered_logo.jpg b/images/layered_logo.jpg new file mode 100644 index 0000000..242fe8f Binary files /dev/null and b/images/layered_logo.jpg differ diff --git a/index.php b/index.php index bed3ac9..6fe84b6 100644 --- a/index.php +++ b/index.php @@ -9,5 +9,7 @@ // specify how many levels of call stack should be shown in each log message defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL',3); +error_reporting(E_ERROR); + require_once($yii); Yii::createWebApplication($config)->run(); diff --git a/protected/config/main.php b/protected/config/main.php index 10e4aa6..19e586b 100644 --- a/protected/config/main.php +++ b/protected/config/main.php @@ -1,6 +1,7 @@