【点赞任务系统】多语言版[中文+英文+泰语+繁体]已修复BUG
![【点赞任务系统】多语言版[中文+英文+泰语+繁体]已修复BUG](https://images.weserv.nl/?url=img.dkewl.com/202105/1e81db3856.jpg)
资源介绍:服务器系统:Linux + Centos7.x + 宝塔 亲测环境: Nginx 1.18.0 + PHP5.6 + Mysql5.5 数据库 配置文件:/Application/Common/Conf/db.php Nginx 伪静态设置 location / { if (!-e $request_filename){ rewrite ^(.*)$ /index.php?s=$1 last; break; } } 特别说明:已经修复上传漏洞+登录页面语言对不上等小问题