Compare commits

..

4 Commits

Author SHA1 Message Date
Manuel Weiser
4283ecd11d Merge branch 'boswatch' of ManuelW/monitor-frontend into master 2018-11-08 16:35:04 +00:00
70cd5840ff README.md hinzufügen 2018-08-05 08:33:48 +02:00
98b44f9b71 Merge branch 'boswatch' into 'master'
Boswatch

See merge request ManuelW/monitor!1
2018-08-05 08:28:47 +02:00
d0b003ab5f Update config.inc.php 2018-08-05 08:25:27 +02:00
2 changed files with 5 additions and 3 deletions

2
README.md Normal file
View 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.

View File

@ -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