mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2025-12-06 07:42:03 +01:00
- removed deprecated functions (mysql) - adding function: select view at login - adapting queries to database structure - some minor stuff
14 lines
202 B
PHP
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";
|
|
|
|
?>
|