关闭调试模式

This commit is contained in:
wlx 2012-05-04 08:59:02 +00:00
parent 525e83c303
commit f32b04c179
1 changed files with 2 additions and 9 deletions

View File

@ -6,13 +6,6 @@
@copyright Copyright (c) 2012, CAREERI. @copyright Copyright (c) 2012, CAREERI.
@license http:// @license http://
@link http:// @link http://
@update 2012-3-1 15:06 李建轩
@update 2012-3-9 17:01 李建轩
@update 2012-3-12 16:16 李建轩
@update 2012-3-14 18:01 李建轩
@update 2012-3-21 10:58 李建轩
*/ */
class AuthorController extends Zend_Controller_Action class AuthorController extends Zend_Controller_Action
{ {
@ -22,10 +15,10 @@ class AuthorController extends Zend_Controller_Action
// 调试模式中将显示全部错误细节,电子邮件将发往调试邮箱 // 调试模式中将显示全部错误细节,电子邮件将发往调试邮箱
// 1 为开启 // 1 为开启
// 0 为关闭 // 0 为关闭
public $debug = 1; public $debug = 0;
//调试模式邮箱地址 //调试模式邮箱地址
public $debug_email = "la5c@qq.com"; public $debug_email = "wangliangxu@lzb.ac.cn";
function preDispatch() function preDispatch()