Testing on windows

This commit is contained in:
color.diff=auto
2021-03-26 13:09:05 -06:00
parent daf501785e
commit 04ddcce846
7 changed files with 8 additions and 9 deletions

View File

@@ -45,7 +45,7 @@ if (file_exists("d2im.db") && (file_exists($_SESSION['modname'].".db"))){
// If there's data, process it and save
if (!empty($_POST)) {
// save db name from post info conf file
// save db name from post into conf file
require_once './src/D2SaveFile.php';
$saver = new D2SaveFile();