mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2025-11-18 05:58:01 +00:00
fixed paths
This commit is contained in:
@@ -4,7 +4,7 @@ define('ROOT', dirname(__FILE__).DS.'..');
|
||||
|
||||
echo "[i] Starting recreation of hashes.csv\n";
|
||||
|
||||
$dir = ROOT.DS.'upload'.DS;
|
||||
$dir = ROOT.DS.'data'.DS;
|
||||
$dh = opendir($dir);
|
||||
|
||||
$fp = fopen($dir.'hashes.csv','w');
|
||||
|
||||
Reference in New Issue
Block a user