Commit 870f4fcf authored by Nico Schallehn's avatar Nico Schallehn

test

parent 7a8fc926
......@@ -167,7 +167,7 @@ class Media {
//var_dump($imdb->getAll());
$array["year"] = $imdb->getYear();
$array["size"] = $this->getfileSize($Pfad.$FilenameOrg);
echo "Berechne MD5...";
echo "Berechne MD5... ".'md5sum -b "'.$Pfad.$FilenameOrg.'"';
//$array["md5"] = md5_file($Pfad.$FilenameOrg); //TODO Einkommentieren für md5
$array["md5"] = substr(shell_exec('md5sum -b "'.$Pfad.$FilenameOrg.'"'),0,32);
......
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