同款下载

最新二开微交易系统股票配资理财程序源码附教程

最新二开微交易系统股票配资理财程序源码附教程
测试环境:Nginx + PHP7.0 + MySQL5.6 + thinkphp伪静态
访问order.html 挂着html 会自动更新采集行情 修复几处漏洞
设置 Nginx 为:

  1. location ~* (runtime|application)/{
  2. return 403;
  3. }
  4. location / {
  5. if (!-e $request_filename){
  6. rewrite ^(.*)$ /index.php?s=$1 last; break;
  7. }
  8. }

发表回复