git hace 2 años
padre
commit
f024018149
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);