This commit is contained in:
2020-05-16 20:18:32 +02:00
commit 90e2f38c04
8 changed files with 152 additions and 0 deletions

8
php/videoload.php Executable file
View File

@ -0,0 +1,8 @@
<?php
$arr = scandir("../videos/prn/");
echo(json_encode($arr));
if (isset($_POST['action'])) {
}