Commit fffab2ec authored by Nico Schallehn's avatar Nico Schallehn

test

parent 7e541b01
......@@ -85,11 +85,11 @@ foreach ($Notindexed as $value) {
//var_dump($resultArr);
if(strlen($resultArr["imdbID"])>0){
echo "mv ".$value[0]."/".$value[1]." ".$value[0]."/".utf8_encode($resultArr["name"])." (".$resultArr["resolution"].") (".$resultArr["imdbID"].")".$endung.PHP_EOL;
$comando = "mv ".$value[0]."/".$value[1]." ".$value[0]."/".utf8_encode($resultArr["name"])." (".$resultArr["resolution"].") (".$resultArr["imdbID"].")".$endung;
// $comando.PHP_EOL;
echo exec($comando);
}
}
//echo $value[0]." ".$value[1].PHP_EOL;
}
mysql_close($link);
\ No newline at end of file
}
\ No newline at end of file
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