Skip to content

Commit 3f95f8a

Browse files
author
Vagharsh Kandilian
committed
fixed issue with including file on linux
1 parent c6c9621 commit 3f95f8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class="btn btn-primary update-control hidden writeACL">Update
9191
</div>
9292
</div>
9393
</div>
94-
<?php include_once('backend\modals.html'); ?>
94+
<?php include_once('backend/modals.html'); ?>
9595
<p class="hidden" id="userRights"></p>
9696
<p class="hidden" id="selectedNodeID"></p>
9797
<p class="hidden" id="gotNodeValue"></p>

0 commit comments

Comments
 (0)