BOSWatch/www/enhanched_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
181 B
PHP

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