- Source File: mvclibs/www/control/msg.php on line 15
SOURCE CODE:
12.
var $tplfile = "msg";
13.
function __construct()
14.
{
15.
parent::Control();
16.
$this->load_model("cate");
17.
$this->load_model("msg");
18.
$this->load_model("module");
- Source File: sources/index.inc.php on line 118
SOURCE CODE:
115.
send_http_page_404();
116.
}
117.
118.
$APP = new $control_name();
119.
$APP->control_name = $p_c;//指定模块
120.
$APP->system_time = SYSTIME;//系统时间
121.
- Source File: index.php on line 28
SOURCE CODE:
25.
unset($stopattackmod);//防CC攻击
26.
}
27.
28.
require_once(LIBS."index.inc.php");
29.
?>