G1sms/www/rompr/utils/findLocalImages.php

9 lines
218 B
PHP
Raw Permalink Normal View History

2019-11-27 23:43:32 +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);
?>