1
0
Fork 0

save hash

This commit is contained in:
Chris 2019-03-22 21:46:14 +01:00
parent 46ee658a90
commit 556b6605ee
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@ while(true)
if(md5($imageRawData) != $imageDataHash)
{
$imageDataHash = md5($imageRawData);
file_put_contents($imageFileName, $imageRawData);
echo "done\n";
}else{