From c9a7d3efc61b585d6765bb8e247d6fa1ace9f4fd Mon Sep 17 00:00:00 2001 From: Laria Carolin Chabowski Date: Fri, 1 Jan 2021 20:12:21 +0100 Subject: Add htmlesc again Some plugins use that function :(. --- 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 bb8bdf9..b2e334f 100644 --- a/ratatoeskr/main.php +++ b/ratatoeskr/main.php @@ -17,6 +17,7 @@ if (!defined("CONFIG_FILLED_OUT") || !CONFIG_FILLED_OUT) { } require_once(dirname(__FILE__) . "/vendor/autoload.php"); +require_once(dirname(__FILE__) . "/sys/utils.php"); require_once(dirname(__FILE__) . "/config.php"); require_once(dirname(__FILE__) . "/sys/models.php"); require_once(dirname(__FILE__) . "/sys/init_ste.php"); -- cgit v1.2.3-54-g00ecf