diff --git a/app/Template/config/about.php b/app/Template/config/about.php
index 1c45d73a7..7c599ef7d 100644
--- a/app/Template/config/about.php
+++ b/app/Template/config/about.php
@@ -82,5 +82,5 @@
= t('License') ?>
-= nl2br(file_get_contents('LICENSE')) ?>
+= nl2br(file_get_contents(ROOT_DIR.DIRECTORY_SEPARATOR.'LICENSE')) ?>
diff --git a/app/constants.php b/app/constants.php
index 3dd827b32..0f438535a 100644
--- a/app/constants.php
+++ b/app/constants.php
@@ -1,13 +1,19 @@