more information in json output (for mailing system)
[svn/Prometheus-QoS/.git] / htmlandlogs.c
index f624a48442c56c3d508c1b01f149de98f8b9d061..73a3d0f3f682270e99c28213202c77bcfbfd2a2b 100644 (file)
@@ -225,8 +225,7 @@ void write_htmlandlogs(char *html, char *d, int total, int just_preview)
    }\r
    fprintf(f,"<td style=\"text-align: right\">%Lu</td>\n", ip->credit);\r
    fprintf(f,"<td style=\"text-align: right\"><span style=\"color:#%s\">%Lu</span></td>",\r
-             ip->keyword->html_color,\r
-             ip->credit+(ip->min*ip->keyword->data_limit+(ip->keyword->fixed_limit<<20)));\r
+             ip->keyword->html_color, ip->realquota);\r
    fprintf(f,"<td style=\"text-align: right\">%s%Lu%s", f1, ip->traffic, f2);\r
 \r
    /* download --------------------------------------- */\r
This page took 0.087615 seconds and 4 git commands to generate.