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@techandme.se>2018-05-06 19:08:18 +0300
committerGitHub <noreply@github.com>2018-05-06 19:08:18 +0300
commitc3fc43cc608077ae40436c5d0292b2f7db9675ac (patch)
treebb03cc4f28b798cc1d14e82a9765521e5a084adc /static/index.php
parentdfa51692e6907394ecf4b679c07a81b0fba04157 (diff)
move from postgresql to master (#528)
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 36b23a55..33166b59 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 phpMyadmin</h2>
+ <h2>Access phpPGadmin</h2>
<div class="information">
<p>Use one of the following addresses, HTTPS is preffered:
<h3>
<ul>
- <li><a href="http://<?=$_SERVER['SERVER_NAME'];?>/phpmyadmin">http://<?=$_SERVER['SERVER_NAME'];?></a> (HTTP)</li>
- <li><a href="https://<?=$_SERVER['SERVER_NAME'];?>/phpmyadmin">https://<?=$_SERVER['SERVER_NAME'];?></a> (HTTPS)</li>
+ <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>
</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 external IP is set as approved in /etc/apache2/conf-available/phpmyadmin.conf, all other access is forbidden.</p>
+ <p>Note: Your LAN IP is set as approved in /etc/apache2/conf-available/phppgadmin.conf, all other access is forbidden.</p>
</div>
</body>
</html>