Properly include file
Regression from 005ef115fb
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
parent
6f7d200838
commit
033d2de002
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue