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:
authornachoparker <nacho@ownyourbits.com>2021-01-19 07:32:04 +0300
committernachoparker <nacho@ownyourbits.com>2021-01-19 08:09:16 +0300
commit84ccf94af74d1023b2bc892bcaa24c2c068c6850 (patch)
tree8d92430f28505c1f59d4a4a7b0616a2c9a1194be /ncp-web
parentafa39fb6e7da10abff8e482317b8dadb2923cd63 (diff)
docker: fix datadir pathv1.34.6
Signed-off-by: nachoparker <nacho@ownyourbits.com>
Diffstat (limited to 'ncp-web')
-rw-r--r--ncp-web/ncp-wait-msg.php27
1 files changed, 0 insertions, 27 deletions
diff --git a/ncp-web/ncp-wait-msg.php b/ncp-web/ncp-wait-msg.php
deleted file mode 100644
index c0ba2671..00000000
--- a/ncp-web/ncp-wait-msg.php
+++ /dev/null
@@ -1,27 +0,0 @@
-<!DOCTYPE html>
-<html class="ng-csp" data-placeholder-focus="false" lang="en">
-<head>
- <meta http-equiv="content-type" content="text/html; charset=UTF-8">
- <meta charset="utf-8">
- <title> NextCloudPi Initialization </title>
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="referrer" content="never">
- <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0">
-<?php session_start(); ?>
-</head>
-<body id="body-login">
- <div class="wrapper">
- <div class="v-align">
- <header role="banner">
- <div id="header">
- <p style="font-size:130%">Initializing NextCloudPi for the first time</p>
- <p style="font-size:130%">Please wait...</p>
- </div>
- </header>
- </div>
- </div>
- <script type="text/javascript">
- setTimeout( function(){ window.location.reload( true ); }, 5000 );
- </script>
-</body>
-</html>