BOSWatch/www/config.php
Bastian Schroll 5bb86ceaa0 simple Web Frontend
First simple Web Frontend and Database restruction
2015-04-03 20:38:23 +02:00

12 lines
172 B
PHP

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