new Webinterface

This commit is contained in:
kevinkleist 2015-07-13 23:33:36 +02:00
parent 1232d497ff
commit 2e05b29efe
62 changed files with 4055 additions and 81 deletions

View file

@ -1,8 +1,8 @@
<?php
$dbhost = "localhost";
$dbuser = "root";
$dbpassword = "";
$dbuser = "USERNAME";
$dbpassword = "PASSWORD";
$database = "boswatch";
$tableFMS = "bos_fms";