Files

14 lines
471 B
PHP
Raw Permalink Normal View History

2012-05-22 14:20:08 +00:00
<?php
echo "<div style='margin: 0px;'><table border=0 cellspacing=0 cellpadding=5 width=100%>";
2012-05-22 14:20:08 +00:00
$i = '1';
2012-05-22 14:20:08 +00:00
$ap = dbFetchRow("SELECT * FROM `access_points` WHERE `device_id` = ? AND `accesspoint_id` = ? AND `deleted` = '0' ORDER BY `name`,`radio_number` ASC", array($device['device_id'], $vars['ap']));
2012-05-22 14:20:08 +00:00
echo "<div class=ifcell style='margin: 0px;'><table width=100% cellpadding=10 cellspacing=0>";
2012-05-22 14:20:08 +00:00
require 'includes/print-accesspoint.inc.php';
2012-05-22 14:20:08 +00:00
echo '</table></div>';