diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-08-21 22:50:24 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-08-21 22:50:24 +0000 |
commit | b9fba739a001fb6cdf3cf0db8a0d7d63ed413871 (patch) | |
tree | 2b1c223e9ebcacafc27a13516e95f30e2332d9e9 /packages | |
parent | a3a7a91267d48e0421c8c7e537ead94993677b23 (diff) | |
download | pfsense-packages-b9fba739a001fb6cdf3cf0db8a0d7d63ed413871.tar.gz pfsense-packages-b9fba739a001fb6cdf3cf0db8a0d7d63ed413871.tar.bz2 pfsense-packages-b9fba739a001fb6cdf3cf0db8a0d7d63ed413871.zip |
Set $wanif
Diffstat (limited to 'packages')
-rw-r--r-- | packages/per-user-bandwidth-distribution.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/per-user-bandwidth-distribution.xml b/packages/per-user-bandwidth-distribution.xml index 1097301a..07ac7980 100644 --- a/packages/per-user-bandwidth-distribution.xml +++ b/packages/per-user-bandwidth-distribution.xml @@ -67,6 +67,7 @@ </field> </fields> <custom_add_php_command> + $wanif = get_real_wan_interface(); $fd = fopen("/usr/local/etc/rc.d/per_user_bandwidth_distribution.sh","w"); fwrite($fd, "# This file was automatically generated by the pfSense\n"); fwrite($fd, "# package manager system\n\n"); |