Compare commits
No commits in common. "master" and "boswatch" have entirely different histories.
@ -1,2 +0,0 @@
|
|||||||
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://xxx";
|
$monitordomain = "https://monitor.fire-devils.org";
|
||||||
$monitoremail = "monitor@xxx";
|
$monitoremail = "monitor@fire-devils.org";
|
||||||
|
|
||||||
// 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 = "boswatch";
|
$dbpass = "druffmann77";
|
||||||
$dbname = "monitor";
|
$dbname = "monitor";
|
||||||
|
|
||||||
// Status definieren
|
// Status definieren
|
||||||
|
Loading…
Reference in New Issue
Block a user