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/sys/utils.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/sys/utils.php')
-rw-r--r-- | ratatoeskr/sys/utils.php | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/ratatoeskr/sys/utils.php b/ratatoeskr/sys/utils.php deleted file mode 100644 index 5e0415c..0000000 --- a/ratatoeskr/sys/utils.php +++ /dev/null @@ -1,17 +0,0 @@ -<?php -/* - * File: ratatoeskr/sys/utils.php - * - * Various useful helper functions. - * - * License: - * This file is part of Ratatöskr. - * Ratatöskr is licensed unter the MIT / X11 License. - * See "ratatoeskr/licenses/ratatoeskr" for more information. - */ - -/* - * Constant: SITE_BASE_PATH - * The Base path of this ratatoeskr site. - */ -define("SITE_BASE_PATH", dirname(dirname(dirname(__FILE__)))); |