mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-09-19 01:52:09 +00:00
Testing on windows
This commit is contained in:
@@ -3,7 +3,7 @@ include "includes.php";
|
||||
|
||||
if (file_exists("d2im.db")) {
|
||||
|
||||
unlink(DB_FILE);
|
||||
if(file_exists(DB_FILE)) unlink(DB_FILE);
|
||||
|
||||
$files = new D2Files();
|
||||
$parser = new D2TxtParser();
|
||||
|
Reference in New Issue
Block a user