init
This commit is contained in:
8
php/videoload.php
Executable file
8
php/videoload.php
Executable file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
$arr = scandir("../videos/prn/");
|
||||
echo(json_encode($arr));
|
||||
|
||||
if (isset($_POST['action'])) {
|
||||
|
||||
}
|
Reference in New Issue
Block a user