去掉ECSHOP版权
4.如何去掉ecshop管理后台的补丁更新
找到 admin/index.php
查找echo $api_str;
//echo $api_str;
//$f=ROOT_PATH . 'data/config.php';
//file_put_contents($f,str_replace("'API_TIME', '".API_TIME."'","'API_TIME', '".date('Y-m-d H:i:s',time())."'",file_get_contents($f)));
//write_static_cache('api_str', $api_str);