- Source File: mvclibs/www/control/index.php on line 11
SOURCE CODE:
8.
***********************************************************/
9.
class index_c extends Control{
10.
public function __construct(){
11.
parent::Control();
12.
}
13.
14.
public function index_c(){
- 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");