Added the new function to the poller.

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

View file

@ -1,4 +1,5 @@
<?php
require_once("dbm.php");
# if PDO is avaible for mysql, use the new database abstraction
# TODO: PDO is disabled for release 3.3. We need to investigate why