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