Properly include file

Regression from 005ef115fb

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
Lukas Reschke 2017-09-06 15:35:38 +02:00
parent 6f7d200838
commit 033d2de002
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
<div class="section">
<p><?php include(__DIR__ . '/../settings.development.notice.php'); ?></p>
<p><?php include(__DIR__ . '/../../settings.development.notice.php'); ?></p>
</div>