mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 00:24:21 +02:00
Updated files pointing to invalid tables
This commit is contained in:
@@ -5,7 +5,7 @@ echo("<div style='margin: 0px;'><table border=0 cellspacing=0 cellpadding=5 widt
|
||||
$i = "1";
|
||||
|
||||
|
||||
$aps = dbFetchRows("SELECT * FROM `accesspoint` WHERE `device_id` = ? AND `deleted` = '0' ORDER BY `name`,`radio_number` ASC", array($device['device_id']));
|
||||
$aps = dbFetchRows("SELECT * FROM `access_points` WHERE `device_id` = ? AND `deleted` = '0' ORDER BY `name`,`radio_number` ASC", array($device['device_id']));
|
||||
echo("<div style='margin: 0px;'><table border=0 cellspacing=0 cellpadding=5 width=100%>");
|
||||
foreach ($aps as $ap)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user