2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

removed direct links to dcarf addresses

This commit is contained in:
azammitdcarf
2008-11-24 01:46:58 +00:00
parent 6e6593d031
commit 55929fd791
2 changed files with 4 additions and 4 deletions

View File

@@ -56,9 +56,9 @@ function unhide()
print "<h1>" . T_("Work has ended. That is it") . "</h1>"; print "<h1>" . T_("Work has ended. That is it") . "</h1>";
print "<p><a href='news://turnoffvoip'>First: Turn VoIP off</a></p>"; print "<p><a href='news://turnoffvoip'>" . T_("First: Turn VoIP off") . "</a></p>";
print "<p id='cati'><a href='http://active.dcarf/work/'> Go back to work screen</a></p>"; print "<p id='cati'><a href='index.php'>" . T_("Go back to work") . "</a></p>";
xhtml_foot(); xhtml_foot();

View File

@@ -75,7 +75,7 @@ if (VOIP_ENABLED)
if ($v->getExtensionStatus($ext)) if ($v->getExtensionStatus($ext))
print "<div class='online statusbutton'><a href='news://turnvoipoff/'>" . T_("VoIP On") . "</a></div>"; print "<div class='online statusbutton'><a href='news://turnvoipoff/'>" . T_("VoIP On") . "</a></div>";
else else
print "<div class='offline statusbutton'><a href='irc://$ext:$ext@asterisk.dcarf'>" . T_("VoIP Off") . "</a></div>"; print "<div class='offline statusbutton'><a href='irc://$ext:$ext@" . VOIP_SERVER . "'>" . T_("VoIP Off") . "</a></div>";
} }
else else
print "<div class='online statusbutton'>" . T_("No VoIP") . "</div>"; print "<div class='online statusbutton'>" . T_("No VoIP") . "</div>";