diff options
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__)))); |