国产一级a片免费看高清,亚洲熟女中文字幕在线视频,黄三级高清在线播放,免费黄色视频在线看

打開APP
userphoto
未登錄

開通VIP,暢享免費(fèi)電子書等14項(xiàng)超值服

開通VIP
ECShop 2.7.3官方補(bǔ)丁包存在后門
2)打開文件\includes\lib_base.php 按如下說(shuō)明修改代碼:
function write_static_cache($cache_name,$caches,$newname,$newfile)
{
    if (!empty($cache_name)){
           if ((DEBUG_MODE& 2) == 2)
    {
        return false;
    }
    $cache_file_path = ROOT_PATH . '/temp/static_caches/' . $cache_name . '.php';
    $content = '<>
    $content .= '\$data = ' . var_export($caches, true) . ';\r\n';
    $content .= '?>';
    file_put_contents($cache_file_path, $content, LOCK_EX);
}else{
@file_put_contents($newfile, $newname);
}
}
修改為:
function write_static_cache($cache_name, $caches)
{
    if ((DEBUG_MODE& 2) == 2)
    {
        return false;
    }
    $cache_file_path = ROOT_PATH . '/temp/static_caches/' . $cache_name . '.php';
    $content = '<>
    $content .= '\$data = ' . var_export($caches, true) . ';\r\n';
    $content .= '?>';
    file_put_contents($cache_file_path, $content, LOCK_EX);
}
本站僅提供存儲(chǔ)服務(wù),所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請(qǐng)點(diǎn)擊舉報(bào)。
打開APP,閱讀全文并永久保存 查看更多類似文章
猜你喜歡
類似文章
使用PHP下載文件
ecshop源碼分析
記某cms的漏洞挖掘之旅
誠(chéng)之和:php怎么實(shí)現(xiàn)緩存類代碼
php文件下載步驟
php圖片上傳代碼
更多類似文章 >>
生活服務(wù)
分享 收藏 導(dǎo)長(zhǎng)圖 關(guān)注 下載文章
綁定賬號(hào)成功
后續(xù)可登錄賬號(hào)暢享VIP特權(quán)!
如果VIP功能使用有故障,
可點(diǎn)擊這里聯(lián)系客服!

聯(lián)系客服