2012-05-21 18:17:23 +00:00
|
|
|
<?php
|
|
|
|
|
global $config;
|
|
|
|
|
|
2012-05-22 14:20:08 +00:00
|
|
|
|
2015-07-10 13:36:21 +02:00
|
|
|
$graph_array['height'] = '100';
|
|
|
|
|
$graph_array['width'] = '215';
|
2012-05-21 18:17:23 +00:00
|
|
|
$graph_array['to'] = $config['time']['now'];
|
|
|
|
|
$graph_array['id'] = $ap['accesspoint_id'];
|
|
|
|
|
$graph_array['type'] = $graph_type;
|
|
|
|
|
|
2015-07-10 13:36:21 +02:00
|
|
|
require 'includes/print-graphrow.inc.php';
|