BOSWatch/exampleAddOns/simpleWeb/config.php

13 lines
169 B
PHP
Raw Permalink Normal View History

<?php
$dbhost = "localhost";
$dbuser = "root";
$dbpassword = "";
$database = "boswatch";
$tableFMS = "bos_fms";
$tableZVEI = "bos_zvei";
$tablePOC = "bos_pocsag";
2015-07-02 09:02:49 +02:00
?>