diff options
author | doktornotor <notordoktor@gmail.com> | 2015-11-17 02:20:55 +0100 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-11-17 02:20:55 +0100 |
commit | 151f82ac6ba92ac6e4b415fc7e3a2a8eb2fadbef (patch) | |
tree | 1b3049653ff01312b157309f4f0dcd251d20de48 /config/siproxd/siproxd_registered_phones.php | |
parent | b232a2747917fddad4649d0c80ded8818b912d4f (diff) | |
download | pfsense-packages-151f82ac6ba92ac6e4b415fc7e3a2a8eb2fadbef.tar.gz pfsense-packages-151f82ac6ba92ac6e4b415fc7e3a2a8eb2fadbef.tar.bz2 pfsense-packages-151f82ac6ba92ac6e4b415fc7e3a2a8eb2fadbef.zip |
Nuke cruft from URL
Diffstat (limited to 'config/siproxd/siproxd_registered_phones.php')
-rw-r--r-- | config/siproxd/siproxd_registered_phones.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/siproxd/siproxd_registered_phones.php b/config/siproxd/siproxd_registered_phones.php index 51eb474a..0648aa2f 100644 --- a/config/siproxd/siproxd_registered_phones.php +++ b/config/siproxd/siproxd_registered_phones.php @@ -82,7 +82,7 @@ require("head.inc"); <tr><td> <?php $tab_array = array(); - $tab_array[] = array(gettext("Settings"), false, "pkg_edit.php?xml=siproxd.xml&id=0"); + $tab_array[] = array(gettext("Settings"), false, "pkg_edit.php?xml=siproxd.xml"); $tab_array[] = array(gettext("Users"), false, "pkg.php?xml=siproxdusers.xml"); $tab_array[] = array(gettext("Registered Phones"), true, "siproxd_registered_phones.php"); display_top_tabs($tab_array); |