mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2025-11-18 14:08:01 +00:00
fixed paths
This commit is contained in:
@@ -22,7 +22,7 @@ include_once(ROOT.DS.'inc/core.php');
|
||||
|
||||
$pm = new PictshareModel();
|
||||
|
||||
$dir = ROOT.DS.'upload'.DS;
|
||||
$dir = ROOT.DS.'data'.DS;
|
||||
$dh = opendir($dir);
|
||||
$localfiles = array();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user