独角数卡 关闭防红 关闭浏览器跳转

发布于 / 日常 / 0 条评论

33小铺
https://www.33xp.cn/

打开 DujiaoBoot.php 文件

/app/Http/Middleware/DujiaoBoot.php

注释

 /*/ 浏览器检测
        $userAgent = $request->header('user-agent');
        $nowUri = site_url() . $request->path();
        $tplPath = 'common/notencent';
        if (
            strpos($userAgent, 'QQ/')
            ||
            strpos($userAgent, 'MicroMessenger') !== false
        ) {
            return response()->view($tplPath, ['nowUri' => $nowUri]);
        }*/
CAPTCHAis initialing...
Not Comment Found