关闭调试信息
This commit is contained in:
parent
acb57df470
commit
ad3c4507c5
|
@ -15,7 +15,7 @@ class AuthorController extends Zend_Controller_Action
|
|||
// 调试模式中将显示全部错误细节,电子邮件将发往调试邮箱
|
||||
// 1 为开启
|
||||
// 0 为关闭
|
||||
public $debug = 1;
|
||||
public $debug = 0;
|
||||
|
||||
//调试模式邮箱地址
|
||||
public $debug_email = "wangliangxu@lzb.ac.cn";
|
||||
|
|
Loading…
Reference in New Issue