源码截图
安装教程
1、安装环境 linux php7.1 删除php禁用函数里面的exce
2、开启SSL和伪静态location / {
if (!-e $request_filename){ rewrite "^/([a-zA-Z0-9]{6})$" /user/install/index/$1/ last; rewrite ^(.*)$ /index.php?s=$1 last; break; } }
网站目录public 关闭防跨站
3、修改数据库data/conf/database.php
4、后台/admin帐号admin密码123456