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 --- css.php | 1 + 1 file changed, 1 insertion(+) (limited to 'css.php') diff --git a/css.php b/css.php index a1ae6bc..28fad06 100644 --- a/css.php +++ b/css.php @@ -9,6 +9,7 @@ * See "ratatoeskr/licenses/ratatoeskr" for more information. */ +require_once(dirname(__FILE__) . "/ratatoeskr/vendor/autoload.php"); require_once(dirname(__FILE__) . "/ratatoeskr/sys/models.php"); if (!isset($_GET["name"])) { -- cgit v1.2.3-70-g09d2