Merge pull request #6377 from nextcloud/fix-included-file
Properly include file
This commit is contained in:
commit
6be8642c59
|
@ -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 New Issue