From 40fcc4fdfb731654d863b2674f62f4d13af3a894 Mon Sep 17 00:00:00 2001 From: Hash Borgir Date: Thu, 23 Jun 2022 10:27:32 -0600 Subject: [PATCH] not set in head, warning, set to '', but need to recheck --- src/D2Config.php | 1 + switchMods.php | 1 + 2 files changed, 2 insertions(+) diff --git a/src/D2Config.php b/src/D2Config.php index 3deb575..74ac708 100755 --- a/src/D2Config.php +++ b/src/D2Config.php @@ -146,6 +146,7 @@ ERROR: INVALID PATH'; section */ +$css = ''; require_once "head.php"; ?> diff --git a/switchMods.php b/switchMods.php index 3b7d909..94b245c 100755 --- a/switchMods.php +++ b/switchMods.php @@ -90,6 +90,7 @@ if (file_exists(APP_DB)) { section */ + $css = ''; require_once "src/head.php"; ?>