OpenMediaCenter/php/videoload.php
2020-05-16 20:18:32 +02:00

9 lines
101 B
PHP
Executable File

<?php
$arr = scandir("../videos/prn/");
echo(json_encode($arr));
if (isset($_POST['action'])) {
}