git 2 年之前
父节点
当前提交
f024018149
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Home/Lib/Action/ListeningFileCreateAction.class.php

+ 1 - 1
Home/Lib/Action/ListeningFileCreateAction.class.php

@@ -56,7 +56,7 @@ class ListeningFileCreateAction extends Action {
 		    {
 		        echo $item;
 		    }
-			$res1=str_replace("dat","md5",$res);
+			$res1=str_replace(".dat.redis",".md5",$res);
 			unlink($res);
 			unlink($res1);