mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2025-12-06 07:42:03 +01:00
13 lines
169 B
PHP
13 lines
169 B
PHP
<?php
|
|
|
|
$dbhost = "localhost";
|
|
$dbuser = "root";
|
|
$dbpassword = "";
|
|
$database = "boswatch";
|
|
|
|
$tableFMS = "bos_fms";
|
|
$tableZVEI = "bos_zvei";
|
|
$tablePOC = "bos_pocsag";
|
|
|
|
?>
|