Changeset 111 for system/bandwidth2.php


Ignore:
Timestamp:
Nov 3, 2008, 7:48:12 PM (16 years ago)
Author:
george
Message:
  • Upraveno: GenerovacĂ­ skripty.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • system/bandwidth2.php

    r103 r111  
    1717{
    1818  $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);
    2020  array_shift($Output);
    2121  array_shift($Output);
     
    6161      //$Hosts[$HostIp]['ports'] = array();
    6262      $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);
    6464      array_shift($Output2);
    6565      array_shift($Output2);
Note: See TracChangeset for help on using the changeset viewer.