Commit 0ea35863 authored by Nico Schallehn's avatar Nico Schallehn

nur schönheit

parent 4a2c3d2b
......@@ -560,7 +560,7 @@ class Media {
private function updateMovie($DataArr, $File, $md5 = true, $CheckOnly=true){
// Jetzt noch MD5 berechnen
if($md5){
echo "Berechne MD5... ";
echo " Berechne MD5... ";
$DataArr["md5"] = substr(shell_exec('md5sum -b "'.$File.'"'),0,32);
file_put_contents("./phpTestout/".$DataArr['imdbID'].".txt", "md5 = ".$DataArr["md5"].PHP_EOL, FILE_APPEND);
echo " done!".PHP_EOL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment