aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2010-12-07 11:24:09 -0500
committerjim-p <jimp@pfsense.org>2010-12-07 11:28:11 -0500
commitacfca044aaa531227dfd7a9a1ba8c94ef8f09d67 (patch)
tree0e3001a037901508ebb608f675c8eaedeca00b10
parent20fc9edb7499cf3e080de38ecf399191c6e04019 (diff)
downloadpfsense-packages-acfca044aaa531227dfd7a9a1ba8c94ef8f09d67.tar.gz
pfsense-packages-acfca044aaa531227dfd7a9a1ba8c94ef8f09d67.tar.bz2
pfsense-packages-acfca044aaa531227dfd7a9a1ba8c94ef8f09d67.zip
Fix iperf url
-rw-r--r--config/iperf.xml4
-rw-r--r--config/iperfserver.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/config/iperf.xml b/config/iperf.xml
index 29469d33..7e748f08 100644
--- a/config/iperf.xml
+++ b/config/iperf.xml
@@ -63,12 +63,12 @@
<tabs>
<tab>
<text>Client</text>
- <url>/pkg_edit.php?xml=iperf.xml</url>
+ <url>/pkg_edit.php?xml=iperf.xml&amp;id=0</url>
<active/>
</tab>
<tab>
<text>Server</text>
- <url>/pkg_edit.php?xml=iperfserver.xml</url>
+ <url>/pkg_edit.php?xml=iperfserver.xml&amp;id=0</url>
</tab>
</tabs>
<additional_files_needed>
diff --git a/config/iperfserver.xml b/config/iperfserver.xml
index 40d1964b..b133514d 100644
--- a/config/iperfserver.xml
+++ b/config/iperfserver.xml
@@ -59,11 +59,11 @@
<tabs>
<tab>
<text>Client</text>
- <url>/pkg_edit.php?xml=iperf.xml</url>
+ <url>/pkg_edit.php?xml=iperf.xml&amp;id=0</url>
</tab>
<tab>
<text>Server</text>
- <url>/pkg_edit.php?xml=iperfserver.xml</url>
+ <url>/pkg_edit.php?xml=iperfserver.xml&amp;id=0</url>
<active/>
</tab>
</tabs>