fixed padlist

This commit is contained in:
otrs 2016-12-20 15:51:26 +01:00
parent aa46fd8a2c
commit 2914b61c50
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
<?php <?php
$con = new mysqli("localhost", "etherpad", "MyEtherpad17!", "etherpad"); $con = new mysqli("dbetherpad", "etherpad", "MyEtherpad17!", "etherpad");
if ($con->connect_errno){ if ($con->connect_errno){
die("FAIL"); die("FAIL");
} }

View File

@ -89,7 +89,7 @@
{ {
"image": "pictures/padliste.png", "image": "pictures/padliste.png",
"button": "btn-primary", "button": "btn-primary",
"link": "https://intern.wiai.de/list-pads/", "link": "https://intern.wiai.de/intern/list-pads/",
"name": "Pad List" "name": "Pad List"
}, },
{ {