Added new constants for folders

This commit is contained in:
Frederic Guillot
2016-04-30 14:23:30 -04:00
parent c3d06f7794
commit 2afd7ee834
2 changed files with 9 additions and 3 deletions

View File

@@ -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>