From f142efd4f77c018b2a0a2530a4601920dc7fdcba Mon Sep 17 00:00:00 2001 From: Laria Carolin Chabowski Date: Sun, 8 Nov 2020 21:44:32 +0100 Subject: Get rid of db.php and include config directly in entry points --- css.php | 1 + 1 file changed, 1 insertion(+) (limited to 'css.php') diff --git a/css.php b/css.php index 28fad06..425c27e 100644 --- a/css.php +++ b/css.php @@ -10,6 +10,7 @@ */ require_once(dirname(__FILE__) . "/ratatoeskr/vendor/autoload.php"); +require_once(dirname(__FILE__) . "/ratatoeskr/config.php"); require_once(dirname(__FILE__) . "/ratatoeskr/sys/models.php"); if (!isset($_GET["name"])) { -- cgit v1.2.3-54-g00ecf