设置默认访问页
在config.php中添加:
'defaultapp' => 'files',
设置时区:
'logtimezone' => 'Asia/Shanghai',
设置默认语言:
'default_language' => 'zh_CN', 'default_locale' => 'zh',
无法跳转到站外: 修改lib/public/AppFramework\Http\Response.php
getHeaders()
// $this->headers['Content-Security-Policy'] = $this->getContentSecurityPolicy()->buildPolicy(); // $this->headers['Feature-Policy'] = $this->getFeaturePolicy()->buildPolicy(); // $this->headers['X-Robots-Tag'] = 'none'; 获取用户的头像链接:root/avatar/uid/size 例:http://xx.xx.xx.xx/avatar/admin/64 管理员管理菜单位置:core/template/layout.user.php lib/private/NavigationManager.php
更多精彩内容:各种AI课程、技能课程、黑科技软件、网站小程序源码、副业小项目、PPT模板等精品素材、电商课程、推广引流课程等,尽在 天边资源网 。