mirror of
https://github.com/humhub/humhub.git
synced 2025-01-29 12:28:06 +01:00
No Default Debug Mode
This commit is contained in:
parent
e69c86549a
commit
f40db482ba
@ -22,9 +22,9 @@ $config = dirname(__FILE__) . '/protected/config/main.php';
|
||||
$appClass = dirname(__FILE__) . '/protected/components/WebApplication.php';
|
||||
|
||||
// enable the following 3 lines when in development/testing
|
||||
defined('YII_DEBUG') or define('YII_DEBUG', true);
|
||||
defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL', 3);
|
||||
ini_set('error_reporting', E_ALL);
|
||||
#defined('YII_DEBUG') or define('YII_DEBUG', true);
|
||||
#defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL', 3);
|
||||
#ini_set('error_reporting', E_ALL);
|
||||
|
||||
require_once($yii);
|
||||
require_once($appClass);
|
||||
|
Loading…
x
Reference in New Issue
Block a user