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

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hansson <github@hanssonit.se>2020-09-13 19:32:51 +0300
committerGitHub <noreply@github.com>2020-09-13 19:32:51 +0300
commitfb02376924176966f8223bff84948e1edcbcd6a3 (patch)
treeb493a6fc6cb1fb223eb694f9b4bd8eff4a23f33d /static/index.php
parent57962bc71ab002afde815d25cf964b7e3bcc8c01 (diff)
fix adminer bad request and change port (#1450)
Signed-off-by: enoch85 <github@hanssonit.se>
Diffstat (limited to 'static/index.php')
-rw-r--r--static/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/index.php b/static/index.php
index 772448da..b7aef2ba 100644
--- a/static/index.php
+++ b/static/index.php
@@ -125,7 +125,7 @@
<p>Use the following address:
<h3>
<ul>
- <li><a href="https://<?=$_SERVER['SERVER_NAME'];?>:8443">https://<?=$_SERVER['SERVER_NAME'];?>:8443</a> (HTTPS)</li>
+ <li><a href="https://<?=$_SERVER['SERVER_NAME'];?>:9443">https://<?=$_SERVER['SERVER_NAME'];?>:9443</a> (HTTPS)</li>
</ul>
</h3>
<p>Note: Please accept the warning in the browser if you connect via HTTPS.</p>