aboutsummaryrefslogtreecommitdiff
path: root/ratatoeskr/sys/db.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/sys/db.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/sys/db.php')
-rw-r--r--ratatoeskr/sys/db.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/ratatoeskr/sys/db.php b/ratatoeskr/sys/db.php
index b4f2efb..4d1f493 100644
--- a/ratatoeskr/sys/db.php
+++ b/ratatoeskr/sys/db.php
@@ -13,5 +13,3 @@
if (!defined("SETUP")) {
require_once(dirname(__FILE__) . "/../config.php");
}
-
-require_once(dirname(__FILE__) . "/utils.php");