diff options
author | Laria Carolin Chabowski <laria@laria.me> | 2020-11-08 18:04:12 +0100 |
---|---|---|
committer | Laria Carolin Chabowski <laria@laria.me> | 2020-11-08 18:04:12 +0100 |
commit | b8903396199c3437cf980d93c94159a00899a10d (patch) | |
tree | a95a91fa43736e0ee7fa1ae89b3a8df10cd0d1f7 /ratatoeskr/frontend.php | |
parent | 57efd9a7ae27b2f0bd98382a1f6b107064585f99 (diff) | |
download | ratatoeskr-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.php | 1 |
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"); |