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.php13
1 files changed, 6 insertions, 7 deletions
diff --git a/ncp-web/index.php b/ncp-web/index.php
index 24a24f7a..9e2daa12 100644
--- a/ncp-web/index.php
+++ b/ncp-web/index.php
@@ -168,13 +168,12 @@ HTML;
</div>
</a>
<?php
- if ( !file_exists( '/.docker-image' ) )
- echo <<<HTML
- <div id="poweroff">
- <div id="expand">
- <div class="icon-power-white"></div>
- </div>
- </div>
+ echo <<<HTML
+ <div id="poweroff">
+ <div id="expand">
+ <div class="icon-power-white"></div>
+ </div>
+ </div>
HTML;
?>
</div>