- 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 135
SOURCE CODE:
132.
send_http_page_404();
133.
}
134.
135.
$APP = new $control_name();
136.
$APP->control_name = $p_c;//指定模块
137.
$APP->system_time = SYSTIME;//系统时间
138.
- Source File: index.php on line 35
SOURCE CODE:
32.
unset($stopattackmod);//防CC攻击
33.
}
34.
35.
require_once(LIBS."index.inc.php");