BOSWatch/exampleAddOns/alarmMonitorWeb/config.php
Florian c02cd74586 Enabling basic functionality
- removed deprecated functions (mysql)
- adding function: select view at login
- adapting queries to database structure
- some minor stuff
2017-08-23 23:35:22 +02:00

14 lines
202 B
PHP

<?php
$dbhost = "localhost";
$dbuser = "boswatch";
$dbpassword = "boswatch";
$database = "boswatch";
$tableFMS = "bos_fms";
$tableZVEI = "bos_zvei";
$tablePOC = "bos_pocsag";
$tableLOG = "login";
?>