diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-04-30 14:23:30 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-04-30 14:23:30 -0400 |
commit | 2afd7ee834d8064c6cfefd09a11d08d05a0dfdf1 (patch) | |
tree | 622999bf95fa78ec71632cf7adbbe4664ea1d986 /app/Template | |
parent | c3d06f7794855f726ed817f0bd33bb1c336275e0 (diff) |
Added new constants for folders
Diffstat (limited to 'app/Template')
-rw-r--r-- | app/Template/config/about.php | 2 |
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> |