diff options
author | Laria Carolin Chabowski <laria@laria.me> | 2021-01-01 20:12:21 +0100 |
---|---|---|
committer | Laria Carolin Chabowski <laria@laria.me> | 2021-01-01 20:12:25 +0100 |
commit | c9a7d3efc61b585d6765bb8e247d6fa1ace9f4fd (patch) | |
tree | db43bdc64131bccb68d3004f1eec11ec28d0d4e2 /ratatoeskr/backend.php | |
parent | 3a415231d36a48c48f51e1161b11160654961f73 (diff) | |
download | ratatoeskr-cms-master.tar.gz ratatoeskr-cms-master.tar.bz2 ratatoeskr-cms-master.zip |
Some plugins use that function :(.
Diffstat (limited to 'ratatoeskr/backend.php')
-rw-r--r-- | ratatoeskr/backend.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ratatoeskr/backend.php b/ratatoeskr/backend.php index b965689..863262b 100644 --- a/ratatoeskr/backend.php +++ b/ratatoeskr/backend.php @@ -18,6 +18,7 @@ use r7r\cms\sys\Esc; use r7r\cms\sys\PasswordHash; require_once(dirname(__FILE__) . "/config.php"); +require_once(dirname(__FILE__) . "/sys/utils.php"); require_once(dirname(__FILE__) . "/sys/models.php"); require_once(dirname(__FILE__) . "/sys/textprocessors.php"); require_once(dirname(__FILE__) . "/sys/plugin_api.php"); |