diff options
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> |