fixed paths

This commit is contained in:
Chris
2018-12-22 17:21:56 +01:00
parent 0b981d52a6
commit 0fe80b29b8
5 changed files with 6 additions and 6 deletions

View File

@@ -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');