diff -ruBbd cacti-0.8.6g/poller.php cacti-0.8.6g-patched/poller.php --- cacti-0.8.6g/poller.php 2005-09-08 19:56:25.000000000 -0400 +++ cacti-0.8.6g-patched/poller.php 2005-09-18 10:48:52.000000000 -0400 @@ -47,9 +47,6 @@ /* Let PHP Run Just as Long as It Has To */ ini_set("max_execution_time", "0"); -/* Disable Mib File Loading */ -putenv("MIBS=NONE"); - /* Get number of polling items from the database */ $polling_interval = read_config_option("poller_interval");