forked from server/landingpage
fixed padlist
This commit is contained in:
parent
aa46fd8a2c
commit
2914b61c50
@ -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");
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user