mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-04 14:07:25 +00:00
simple Web Frontend
First simple Web Frontend and Database restruction
This commit is contained in:
parent
7d160dbd43
commit
5bb86ceaa0
5 changed files with 160 additions and 5 deletions
12
www/config.php
Normal file
12
www/config.php
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
$dbhost = "localhost";
|
||||
$dbuser = "root";
|
||||
$dbpassword = "root";
|
||||
$database = "boswatch";
|
||||
|
||||
$tableFMS = "bos_fms";
|
||||
$tableZVEI = "bos_zvei";
|
||||
$tablePOC = "bos_pocsag";
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue