BOSWatch/www/simple_webend/config.php
Schrolli 19aa6b2136 edit in webends #62:
- rename folder in enhanced_webend (new) and simple_webend (old)
- little changes in simple_webend overview page
2015-07-14 11:31:18 +02:00

13 lines
169 B
PHP

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