From a0f6f2e849d0884259693e7c1df1bc9de6585eb2 Mon Sep 17 00:00:00 2001 From: Laria Carolin Chabowski Date: Tue, 22 Sep 2020 21:30:49 +0200 Subject: Require STE using composer and add autoloading --- ratatoeskr/main.php | 1 + 1 file changed, 1 insertion(+) (limited to 'ratatoeskr/main.php') diff --git a/ratatoeskr/main.php b/ratatoeskr/main.php index 9bbe504..6353050 100644 --- a/ratatoeskr/main.php +++ b/ratatoeskr/main.php @@ -16,6 +16,7 @@ if (!defined("CONFIG_FILLED_OUT") || !CONFIG_FILLED_OUT) { die("Config file not filled out!"); } +require_once(dirname(__FILE__) . "/vendor/autoload.php"); require_once(dirname(__FILE__) . "/sys/db.php"); require_once(dirname(__FILE__) . "/sys/models.php"); require_once(dirname(__FILE__) . "/sys/init_ste.php"); -- cgit v1.2.3-70-g09d2