- Timestamp:
- 02/28/18 13:31:08 (7 years ago)
- Branches:
- gcc484, master, perl-5.22
- Children:
- 785b23e, df958d5
- Parents:
- bd5cb29
- Location:
- npl
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
npl/syn3/webint/src/trafficcontrol/trafficcontrol.php
rbd5cb29 rfd39136 36 36 $GLOBAL_SETTINGS_TC=TcReadGlobalConf(); 37 37 #Command 38 $IPTABLES=" /usr/sbin/iptables";39 $RESOLVEIP=" /usr/bin/resolveip";40 $TC=" /usr/sbin/tc";41 $IP=" /usr/sbin/ip";38 $IPTABLES="iptables"; 39 $RESOLVEIP="resolveip"; 40 $TC="tc"; 41 $IP="ip"; 42 42 43 43 $INET_DEV=$GLOBAL_SETTINGS_TC['INET_DEV'];
Note: See TracChangeset
for help on using the changeset viewer.