fixed non-agent API issue

fixed links in DID call stats page

git-svn-id: svn://192.168.202.10@1319 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2010-01-26 15:50:42 +00:00
parent 97254df98c
commit 1607673c4a
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -210,8 +210,8 @@ echo " &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $user - $full_name<BR><BR>\n";
echo "<center>\n";
if ($did > 0)
{
echo "<a href=\"./AST_DIDstats.php?group[0]=$did_id\">DID traffic report</a>\n";
echo " | <a href=\"./admin.php?ADD=33111&did_id=$did_id\">Modify DID</a>\n";
echo "<a href=\"./AST_DIDstats.php?group[0]=$did_id&query_date=$begin_date&end_date=$end_date\">DID traffic report</a>\n";
echo " | <a href=\"./admin.php?ADD=3311&did_id=$did_id\">Modify DID</a>\n";
}
else
{