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 Kesselberg <mail@danielkesselberg.de>2018-08-21 23:30:01 +0300
committerDaniel Hansson <github@techandme.se>2018-08-21 23:30:01 +0300
commit3a11d06b13f622a7d37570432817fe9ea71a3283 (patch)
treeb175cdc2baee6fe4940163ac784eb84d8268a668 /static/index.php
parent8bde484bd63e7ad3bf7a61751d6505f5d67e1138 (diff)
Replace phppgadmin with adminer (#636)
Diffstat (limited to 'static/index.php')
-rw-r--r--static/index.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/static/index.php b/static/index.php
index c53799ae..a717ca0e 100644
--- a/static/index.php
+++ b/static/index.php
@@ -135,21 +135,21 @@
<p>Note: Webmin is installed when you run the setup script. To access Webmin externally you have to open port 10000 in your router.</p>
</div>
- <h2>Access phpPGadmin</h2>
+ <h2>Access Adminer</h2>
<div class="information">
<p>Use one of the following addresses, HTTPS is preffered:
<h3>
<ul>
- <li><a href="http://<?=$_SERVER['SERVER_NAME'];?>/phppgadmin">http://<?=$_SERVER['SERVER_NAME'];?></a> (HTTP)</li>
- <li><a href="https://<?=$_SERVER['SERVER_NAME'];?>/phppgadmin">https://<?=$_SERVER['SERVER_NAME'];?></a> (HTTPS)</li>
+ <li><a href="http://<?=$_SERVER['SERVER_NAME'];?>/adminer.php">http://<?=$_SERVER['SERVER_NAME'];?></a> (HTTP)</li>
+ <li><a href="https://<?=$_SERVER['SERVER_NAME'];?>/adminer.php">https://<?=$_SERVER['SERVER_NAME'];?></a> (HTTPS)</li>
</ul>
</h3>
<p>Note: Please accept the warning in the browser if you connect via HTTPS.</p>
<h3>
<a href="https://www.techandme.se/user-and-password-nextcloud/" target="_blank">Login details</a>
</h3>
- <p>Note: Your LAN IP is set as approved in /etc/apache2/conf-available/phppgadmin.conf, all other access is forbidden.</p>
+ <p>Note: Your LAN IP is set as approved in /etc/apache2/conf-available/adminer.conf, all other access is forbidden.</p>
</div>
</body>
</html>