pandorafms/pandora_console/general/cg_items.php

6 lines
235 B
PHP
Raw Normal View History

<?php
2020-09-17 15:14:03 +02:00
$data = (int) get_parameter('data');
$stacked = db_get_sql('select stacked from tgraph where id_graph = '.$data);
$num_items = db_get_sql('select count(*) from tgraph_source where id_graph = '.$data);
echo "$stacked,$num_items";