simple Web Frontend

First simple Web Frontend and Database restruction
This commit is contained in:
Bastian Schroll 2015-04-03 20:38:23 +02:00
parent 7d160dbd43
commit 5bb86ceaa0
5 changed files with 160 additions and 5 deletions

12
www/config.php Normal file
View file

@ -0,0 +1,12 @@
<?php
$dbhost = "localhost";
$dbuser = "root";
$dbpassword = "root";
$database = "boswatch";
$tableFMS = "bos_fms";
$tableZVEI = "bos_zvei";
$tablePOC = "bos_pocsag";
?>