Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
4283ecd11d | ||
70cd5840ff | |||
98b44f9b71 | |||
d0b003ab5f |
2
README.md
Normal file
2
README.md
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
This is a Frontend for BOSwatch. You have to use my BOSwatch Version from
|
||||||
|
this gitlab, because i edited the MySQL Plugin to use my Database.
|
@ -81,8 +81,8 @@ $meta = '
|
|||||||
$css = '<link href="/monitor.css" rel="stylesheet" type="text/css">';
|
$css = '<link href="/monitor.css" rel="stylesheet" type="text/css">';
|
||||||
|
|
||||||
// URL deines Webinterface
|
// URL deines Webinterface
|
||||||
$monitordomain = "https://monitor.fire-devils.org";
|
$monitordomain = "https://xxx";
|
||||||
$monitoremail = "monitor@fire-devils.org";
|
$monitoremail = "monitor@xxx";
|
||||||
|
|
||||||
// Login Info Text
|
// Login Info Text
|
||||||
$login_infotext = '<center><h3><b>Welcome back</b></h3></center>';
|
$login_infotext = '<center><h3><b>Welcome back</b></h3></center>';
|
||||||
@ -161,7 +161,7 @@ $korr_status_zeit = 2; //in min
|
|||||||
// Grunddaten fr die Datenbankverbindung
|
// Grunddaten fr die Datenbankverbindung
|
||||||
$dbhost = "localhost";
|
$dbhost = "localhost";
|
||||||
$dbuser = "boswatch";
|
$dbuser = "boswatch";
|
||||||
$dbpass = "druffmann77";
|
$dbpass = "boswatch";
|
||||||
$dbname = "monitor";
|
$dbname = "monitor";
|
||||||
|
|
||||||
// Status definieren
|
// Status definieren
|
||||||
|
Loading…
Reference in New Issue
Block a user