1
1
Fork 0

Added the new function to the poller.

This commit is contained in:
Michael Vogel 2016-07-02 09:31:28 +02:00
commit c549ae939c
3 changed files with 6 additions and 25 deletions

View file

@ -45,7 +45,6 @@ $install = ((file_exists('.htconfig.php') && filesize('.htconfig.php')) ? false
*/
require_once("include/dba.php");
require_once("include/dbm.php");
if(!$install) {
$db = new dba($db_host, $db_user, $db_pass, $db_data, $install);