Skip to content
This repository has been archived by the owner on Oct 8, 2022. It is now read-only.

Commit

Permalink
fix for php warning
Browse files Browse the repository at this point in the history
  • Loading branch information
thaddeusmt committed Sep 18, 2011
1 parent 69995c0 commit ee3ff9a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Binary file added images/layered_logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
1 change: 1 addition & 0 deletions protected/config/main.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

define('STUDENTID',1);

// uncomment the following to define a path alias
// Yii::setPathOfAlias('local','path/to/local-folder');

Expand Down

0 comments on commit ee3ff9a

Please sign in to comment.