mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2025-11-20 06:58:00 +00:00
fixed paths
This commit is contained in:
@@ -31,7 +31,7 @@ else $sim = false;
|
||||
//gather local data
|
||||
echo "[i] Looping through local files\n";
|
||||
|
||||
$dir = ROOT.DS.'upload'.DS;
|
||||
$dir = ROOT.DS.'data'.DS;
|
||||
$dh = opendir($dir);
|
||||
$localfiles = array();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user