summaryrefslogtreecommitdiff
path: root/app/Template/config/about.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/config/about.php')
-rw-r--r--app/Template/config/about.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/config/about.php b/app/Template/config/about.php
index 1c45d73a..7c599ef7 100644
--- a/app/Template/config/about.php
+++ b/app/Template/config/about.php
@@ -82,5 +82,5 @@
<h2><?= t('License') ?></h2>
</div>
<div class="listing">
-<?= nl2br(file_get_contents('LICENSE')) ?>
+<?= nl2br(file_get_contents(ROOT_DIR.DIRECTORY_SEPARATOR.'LICENSE')) ?>
</div>