diff options
author | mcrane <mctch@yahoo.com> | 2009-08-09 03:58:36 -0600 |
---|---|---|
committer | mcrane <mctch@yahoo.com> | 2009-08-09 03:58:36 -0600 |
commit | 14590ef299c6579f1191817ccf9a5e987aa44688 (patch) | |
tree | c81591b7d6160ab733c0758d2a2315311a7d23bf /config | |
parent | e204304f758318bd46aac0861f0e777fbe22908b (diff) | |
download | pfsense-packages-14590ef299c6579f1191817ccf9a5e987aa44688.tar.gz pfsense-packages-14590ef299c6579f1191817ccf9a5e987aa44688.tar.bz2 pfsense-packages-14590ef299c6579f1191817ccf9a5e987aa44688.zip |
FreeSWITCH dev package another fix public.xml link take 2.
Diffstat (limited to 'config')
-rw-r--r-- | config/freeswitch_dev/v_public_includes.tmp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/freeswitch_dev/v_public_includes.tmp b/config/freeswitch_dev/v_public_includes.tmp index 0c605c3c..8498329c 100644 --- a/config/freeswitch_dev/v_public_includes.tmp +++ b/config/freeswitch_dev/v_public_includes.tmp @@ -157,7 +157,9 @@ build_menu(); </strong></span></span> </td> <td align='right'> - <input type='button' value='public.xml' alt='' onclick="document.location.href='v_public.php';"> + <?php + echo "<input type='button' value='public.xml' alt='' onclick=\"document.location.href='".$v_relative_url."/v_public.php';\">\n"; + ?> </td> </tr> <tr> |