不灭的焱

革命尚未成功,同志仍须努力下载JDK17

作者:Albert.Wen  添加时间:2018-09-10 22:56:56  修改时间:2024-05-08 09:24:17  分类:编程基础/Web安全  编辑

找到文件 /api/uc.php

修改1:

function updateapps($get, $post) { ... }

修改为:

function updateapps($get, $post) { 
    if ($post['UC_API']) {
        $post['UC_API'] = addslashes($post['UC_API']);
    }

    // ......
}