Config DB renamed/refactored to D2Modder.db

This commit is contained in:
color.diff=auto
2021-03-28 03:22:23 -06:00
parent 867a0409e1
commit a174bc4992
5 changed files with 72 additions and 44 deletions

View File

@@ -48,8 +48,10 @@ ini_set('log_errors', 1);
include "./_pdo.php";
include "./config.php";
if (!isset($_SESSION['modname'])
|| (!file_exists("d2im.db"))
|| (!file_exists(APP_DB))
|| (!file_exists($_SESSION['modname'] . ".db")))
{
// first load, no active mod, go to switchmods to select mod