@@ -27,4 +42,4 @@ foreach (dbFetchRows('SELECT * FROM `processors` WHERE device_id = ?', array($de
echo "
";
include 'includes/print-graphrow.inc.php';
echo "
";
-}//end foreach
\ No newline at end of file
+}//end foreach
diff --git a/html/pages/device/mib.inc.php b/html/pages/device/mib.inc.php
new file mode 100644
index 0000000000..7c56d57c3b
--- /dev/null
+++ b/html/pages/device/mib.inc.php
@@ -0,0 +1,88 @@
+
+ *
+ * Author: Paul Gear
+ *
+ * This program is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License as published by the
+ * Free Software Foundation, either version 3 of the License, or (at your
+ * option) any later version. Please see LICENSE.txt at the top level of
+ * the source code distribution for details.
+ */
+
+if (!isset($vars['section'])) {
+ $vars['section'] = "mib";
+}
+?>
+
+