getting same results for every char, something is fucked

This commit is contained in:
Hash Borgir
2022-05-09 02:08:51 -06:00
parent bd7a2efed7
commit c4c1622902
34 changed files with 10884 additions and 128 deletions

View File

@@ -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");