Commit e6e518df authored by Nico Schallehn's avatar Nico Schallehn

test

parent aaeb72a4
......@@ -368,6 +368,7 @@ class Media {
file_put_contents("./phpTestout/imdbID/".$array['imdbID'].".txt", $copy.PHP_EOL, FILE_APPEND);
echo $mkdir.PHP_EOL;
echo $copy.PHP_EOL;
exit;
shell_exec($mkdir);
shell_exec($copy);
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