aboutsummaryrefslogtreecommitdiffstats
path: root/config/freeswitch_dev
diff options
context:
space:
mode:
authormcrane <mctch@yahoo.com>2009-08-10 21:04:12 -0600
committermcrane <mctch@yahoo.com>2009-08-10 21:04:12 -0600
commit8010ab2518052d3be1cd64a65922353b55a7d425 (patch)
treee3ca033c0c89a4da1141e8d78ecedc2c9579431f /config/freeswitch_dev
parent74af16a2dc6ae7927f0a018cdf7443100fed23d3 (diff)
downloadpfsense-packages-8010ab2518052d3be1cd64a65922353b55a7d425.tar.gz
pfsense-packages-8010ab2518052d3be1cd64a65922353b55a7d425.tar.bz2
pfsense-packages-8010ab2518052d3be1cd64a65922353b55a7d425.zip
FreeSWITCH dev package fix syntax error on status page.
Diffstat (limited to 'config/freeswitch_dev')
-rw-r--r--config/freeswitch_dev/v_status.tmp2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/freeswitch_dev/v_status.tmp b/config/freeswitch_dev/v_status.tmp
index 03b96fcc..2b30d715 100644
--- a/config/freeswitch_dev/v_status.tmp
+++ b/config/freeswitch_dev/v_status.tmp
@@ -319,7 +319,7 @@ echo "<table width='690' cellpadding='0' cellspacing='0' border='0'>\n";
echo "<tr>\n";
echo "<td width='50%'>\n";
echo "<b>Web Interface</b><br />\n";
-echo Use the following button to update the web interface.<br /><br />\n";
+echo "Use the following button to update the web interface.<br /><br />\n";
echo "</td>\n";
echo "<td width='50%' align='right'>\n";
echo " <input type='button' value='update' onclick=\"document.location.href='v_status.php?a=update&t=gui_phase_1';\" />\n";