Changeset 111 for system/bandwidth2.php
- Timestamp:
- Nov 3, 2008, 7:48:12 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
system/bandwidth2.php
r103 r111 17 17 { 18 18 $Output = array(); 19 exec(' iptables -t mangle -L '.$Table.' -v -x -n', $Output);19 exec('/sbin/iptables -t mangle -L '.$Table.' -v -x -n', $Output); 20 20 array_shift($Output); 21 21 array_shift($Output); … … 61 61 //$Hosts[$HostIp]['ports'] = array(); 62 62 $Output2 = array(); 63 exec(' iptables -t mangle -L '.$SubTable.' -v -x -n', $Output2);63 exec('/sbin/iptables -t mangle -L '.$SubTable.' -v -x -n', $Output2); 64 64 array_shift($Output2); 65 65 array_shift($Output2);
Note:
See TracChangeset
for help on using the changeset viewer.