mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-10-13 08:24:24 -05:00
getting same results for every char, something is fucked
This commit is contained in:
@@ -52,6 +52,9 @@ include "./_pdo.php";
|
||||
|
||||
include "./config.php";
|
||||
|
||||
require_once "./vendor/autoload.php";
|
||||
|
||||
|
||||
if (!isset($_SESSION['modname']) || (!file_exists(APP_DB)) || (!file_exists($_SESSION['modname'] . ".db"))) {
|
||||
// first load, no active mod, go to switchmods to select mod
|
||||
header("Location: /switchMods.php");
|
||||
|
Reference in New Issue
Block a user