Commit 904f2275 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 3be9c433
<?php <?php
$dir ="/media/QNAP/"; $dir ="/media/QNAP/";
var_dump(scandir($dir));
$String = exec('find '.$dir.' * | grep mkv');
var_dump(scandir($String));
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