astrXbian/www/jukebox/utils/findLocalImages.php

9 lines
218 B
PHP
Raw Normal View History

2020-12-12 03:06:33 +01:00
<?php
chdir('..');
include ("includes/vars.php");
include ("includes/functions.php");
include ("getid3/getid3.php");
$donkeymolester = scan_for_images($_REQUEST['path']);
print json_encode($donkeymolester);
?>