NOTICE: Undefined variable: wearher in /www/wwwroot/test.com/protected/tmp/d856a5ab21f08a71ffb29ab2869b4b0a.1736848885.layout.html.php on line 197
- /www/wwwroot/test.com/protected/lib/speed.php on line 524
519.
$msg = "ERROR";
520.
if($errno == E_WARNING)$msg = "WARNING";
521.
if($errno == E_NOTICE)$msg = "NOTICE";
522.
if($errno == E_STRICT)$msg = "STRICT";
523.
if($errno == 8192)$msg = "DEPRECATED";
524.
525.
err("$msg: $errstr in $errfile on line $errline");
}
526.
function err($msg){
527.
$msg = htmlspecialchars($msg);
528.
$traces = debug_backtrace();
529.
if(!empty($GLOBALS['err_handler'])){
- /www/wwwroot/test.com/protected/tmp/d856a5ab21f08a71ffb29ab2869b4b0a.1736848885.layout.html.php on line 197
192.
<div class="ax-space-header"></div>
193.
194.
<!--内容区-->
195.
<div class="ax-row">
196.
<div class="ax-col ax-col-1">
197.
198.
<?php if ($wearher != "") : ?>
<div class="ax-panel ax-margin" axPanel>
199.
<div class="ax-panel-header">
200.
<i class="ax-iconfont ax-icon-star" legend></i>
201.
<div caption><i label><?php echo htmlspecialchars($city, ENT_QUOTES, "UTF-8"); ?>天气</i></div>
202.
</div>
- /www/wwwroot/test.com/protected/lib/speed.php on line 401
396.
$complied_file = $this->compile($tempalte_name);
397.
398.
@ob_start();
399.
extract($this->template_vals, EXTR_SKIP);
400.
$_view_obj = & $this;
401.
402.
include $complied_file;
403.
return ob_get_clean();
404.
}
405.
406.
public function assign($mixed, $val = ''){
- /www/wwwroot/test.com/protected/lib/speed.php on line 213
208.
$this->_auto_display = false;
209.
210.
if($return){
211.
return $this->_v->render($tpl_name);
212.
}else{
213.
214.
echo $this->_v->render($tpl_name);
}
215.
}
216.
}
217.
218.
class Model{
- /www/wwwroot/test.com/protected/controller/pc/MainController.php on line 1006
1001.
if($record["content_type"] == "gzh" || $record["content_type"] == "xcx" || $record["content_type"] == "xyx" || $record["content_type"] == "wxq"){
1002.
// 公众号 微信群 小程序 小游戏
1003.
$this->display("pc/main_details.html");
1004.
}else if($record["content_type"] == "agent"){
1005.
// 智能体
1006.
1007.
$this->display("pc/main_agent.html");
}else if($record["content_type"] == "article" || $record["content_type"] == "news"){
1008.
// 文章 新闻
1009.
$this->display("pc/main_article.html");
1010.
}else if($record["content_type"] == "book" || $record["content_type"] == "story"){
1011.
// 故事 小说
- /www/wwwroot/test.com/protected/lib/speed.php on line 96
91.
exit;
92.
};
93.
if(!method_exists($controller_name, $action_name))_err_router("Err: Method '$action_name' of '$controller_name' is not exists!");
94.
95.
$controller_obj = new $controller_name();
96.
97.
$controller_obj->$action_name();
98.
if($controller_obj->_auto_display){
99.
$auto_tpl_name = (empty($__module) ? '' : $__module.DS).$__controller.'_'.$__action.'.html';
100.
if(file_exists(APP_DIR.DS.'protected'.DS.'view'.DS.$auto_tpl_name))$controller_obj->display($auto_tpl_name);
101.
}
- /www/wwwroot/test.com/index.php on line 8
3.
header('Access-Control-Allow-Origin: *');
4.
header('Access-Control-Allow-Methods: GET, POST, OPTIONS');
5.
header('Access-Control-Allow-Headers: Content-Type, Authorization, X-Requested-With');
6.
define('APP_DIR', realpath('./'));
7.
define("APP_PATH",dirname(__FILE__));
8.
require(APP_DIR.'/protected/lib/speed.php');