source: trunk/system/queues_import.php@ 176

Last change on this file since 176 was 161, checked in by george, 16 years ago
  • Přesunuto: SQL aktualizační soubory ze složky sql do složky www/sql.
  • Přesunuto: Systémové skripty do složky www/system.
  • Property svn:executable set to *
File size: 372 bytes
Line 
1<?php
2include_once('global.php');
3
4$Config['Web']['ShowErrors'] = 1;
5
6include_once('routerboard.php');
7
8$Routerboard = new Routerboard($Config['MainRouter']['HostName'], $Config['MainRouter']['UserName'], $Config['MainRouter']['Password']);
9$QueueTree = $Routerboard->GetList('/queue tree', array('bytes', 'rate', 'parent', 'packet-mark', 'name'));
10print($QueueTree);
11
12?>
Note: See TracBrowser for help on using the repository browser.