thinkphp开发的在线工具箱修复版V2.0 带后台

源码安装
将源码上传至空间,访问域名/install 进行安装即可
所需环境php<7 php<5.3
该程序nginx需要设置tp伪静态:
location / {
        if (!-e $request_filename){
                rewrite  ^(.*)$  /index.php?s=$1  last;   break;
        }
}

thinkphp开发的在线工具箱修复版V2.0 带后台

资源下载
资源下载
0
显示验证码
没有账号?注册  忘记密码?