摘要: try_files $uri $uri/ /exploit/index.php?$query_string; if (!-e $request_filename) { rewrite ^(.*)$ /index.php?s=$1 last; break; } 阅读全文
posted @ 2020-11-13 16:39 张永峰z 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 核心类(用到了模型) <?php /** * Created by PhpStorm. * User: Administrator * Date: 2020/11/11 * Time: 16:37 */ namespace app\common\controller; use app\model\C 阅读全文
posted @ 2020-11-13 13:03 张永峰z 阅读(2534) 评论(4) 推荐(1) 编辑