1
0
astroport/www/LOVELand/jukebox/utils/findLocalImages.php
2020-05-10 21:30:23 +02:00

9 lines
218 B
PHP

<?php
chdir('..');
include ("includes/vars.php");
include ("includes/functions.php");
include ("getid3/getid3.php");
$donkeymolester = scan_for_images($_REQUEST['path']);
print json_encode($donkeymolester);
?>