diff --git a/html/includes/graphs/accesspoints/auth.inc.php b/html/includes/graphs/accesspoints/auth.inc.php index 33c38f094b..7f479a0f21 100644 --- a/html/includes/graphs/accesspoints/auth.inc.php +++ b/html/includes/graphs/accesspoints/auth.inc.php @@ -2,7 +2,7 @@ if (is_numeric($vars['id'])) { - $ap = accesspoint_by_id($id); + $ap = accesspoint_by_id($vars['id']); if (is_numeric($ap['device_id']) && ($auth || device_permitted($ap['device_id']))) { diff --git a/html/includes/graphs/accesspoints/interference.inc.php b/html/includes/graphs/accesspoints/interference.inc.php index b3a0b86156..03128f2ad4 100644 --- a/html/includes/graphs/accesspoints/interference.inc.php +++ b/html/includes/graphs/accesspoints/interference.inc.php @@ -1,6 +1,4 @@ diff --git a/html/includes/graphs/device/arubacontroller_numclients.inc.php b/html/includes/graphs/device/arubacontroller_numclients.inc.php new file mode 100644 index 0000000000..9af7f6a77e --- /dev/null +++ b/html/includes/graphs/device/arubacontroller_numclients.inc.php @@ -0,0 +1,29 @@ + diff --git a/html/includes/print-accesspoint-graphs.inc.php b/html/includes/print-accesspoint-graphs.inc.php index f268af6cb8..28960cfd5d 100644 --- a/html/includes/print-accesspoint-graphs.inc.php +++ b/html/includes/print-accesspoint-graphs.inc.php @@ -1,13 +1,13 @@ diff --git a/html/pages/device/accesspoint.inc.php b/html/pages/device/accesspoint.inc.php new file mode 100644 index 0000000000..ee4c46a3a7 --- /dev/null +++ b/html/pages/device/accesspoint.inc.php @@ -0,0 +1,20 @@ +