Added the new function to the poller.
This commit is contained in:
parent
b3c8ff836d
commit
c549ae939c
3 changed files with 6 additions and 25 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue