Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ncp-web/index.php')
-rw-r--r--ncp-web/index.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/ncp-web/index.php b/ncp-web/index.php
index 05cf1573..08972441 100644
--- a/ncp-web/index.php
+++ b/ncp-web/index.php
@@ -112,6 +112,7 @@ HTML;
</div>
</header>
+ <div id='overlay' class="hidden"></div>
<div id="content-wrapper">
<div id="content" class="app-files" role="main">
<div id="app-navigation">
@@ -181,8 +182,6 @@ HTML;
</div>
</div>
- <div id='overlay' class="hidden"></div>
-
<?php
include ('csrf.php');
echo '<input type="hidden" id="csrf-token" name="csrf-token" value="' . getCSRFToken() . '"/>';