mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-10-13 08:24:24 -05:00
Config DB renamed/refactored to D2Modder.db
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user