aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ratatoeskr/sys/utils.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ratatoeskr/sys/utils.php b/ratatoeskr/sys/utils.php
index 5e5d8c3..5d0c3dc 100644
--- a/ratatoeskr/sys/utils.php
+++ b/ratatoeskr/sys/utils.php
@@ -203,5 +203,5 @@ function htmlesc($text)
* Constant: SITE_BASE_PATH
* The Base path of this ratatoeskr site.
*/
-define(SITE_BASE_PATH, dirname(dirname(dirname(__FILE__))));
+define("SITE_BASE_PATH", dirname(dirname(dirname(__FILE__))));
?>