aboutsummaryrefslogtreecommitdiff
path: root/ratatoeskr/frontend.php
diff options
context:
space:
mode:
authorLaria Carolin Chabowski <laria@laria.me>2020-11-08 18:04:12 +0100
committerLaria Carolin Chabowski <laria@laria.me>2020-11-08 18:04:12 +0100
commitb8903396199c3437cf980d93c94159a00899a10d (patch)
treea95a91fa43736e0ee7fa1ae89b3a8df10cd0d1f7 /ratatoeskr/frontend.php
parent57efd9a7ae27b2f0bd98382a1f6b107064585f99 (diff)
downloadratatoeskr-cms-b8903396199c3437cf980d93c94159a00899a10d.tar.gz
ratatoeskr-cms-b8903396199c3437cf980d93c94159a00899a10d.tar.bz2
ratatoeskr-cms-b8903396199c3437cf980d93c94159a00899a10d.zip
Make SITE_BASE_PATH a method of Env
This allows us to get rid of utils.php
Diffstat (limited to 'ratatoeskr/frontend.php')
-rw-r--r--ratatoeskr/frontend.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/ratatoeskr/frontend.php b/ratatoeskr/frontend.php
index 8fab0a1..5382a5d 100644
--- a/ratatoeskr/frontend.php
+++ b/ratatoeskr/frontend.php
@@ -13,7 +13,6 @@ use r7r\ste;
use r7r\cms\sys\Env;
use r7r\cms\sys\Esc;
-require_once(dirname(__FILE__) . "/sys/utils.php");
require_once(dirname(__FILE__) . "/languages.php");
require_once(dirname(__FILE__) . "/sys/models.php");
require_once(dirname(__FILE__) . "/sys/textprocessors.php");