OpenMediaCenter/php/videoload.php

9 lines
101 B
PHP
Raw Normal View History

2020-05-16 18:18:32 +00:00
<?php
$arr = scandir("../videos/prn/");
echo(json_encode($arr));
if (isset($_POST['action'])) {
}