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
|
---|
2 | include_once('global.php');
|
---|
3 |
|
---|
4 | $Config['Web']['ShowErrors'] = 1;
|
---|
5 |
|
---|
6 | include_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'));
|
---|
10 | print($QueueTree);
|
---|
11 |
|
---|
12 | ?>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.