aboutsummaryrefslogtreecommitdiff
path: root/www/webalizer/files/uk-output.c
diff options
context:
space:
mode:
Diffstat (limited to 'www/webalizer/files/uk-output.c')
-rw-r--r--www/webalizer/files/uk-output.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/www/webalizer/files/uk-output.c b/www/webalizer/files/uk-output.c
deleted file mode 100644
index 40edb2d4e7f7..000000000000
--- a/www/webalizer/files/uk-output.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- output.c.orig 2008-07-01 00:04:39.000000000 +0200
-+++ output.c 2008-08-05 21:30:12.000000000 +0200
-@@ -534,13 +534,13 @@
- "<TD ALIGN=right COLSPAN=2><FONT SIZE=\"-1\"><B>%llu</B>" \
- "</FONT></TD></TR>\n",msg_mtot_tf,t_file);
- /* Total Pages */
-- fprintf(out_fp,"<TR><TD WIDTH=380><FONT SIZE=\"-1\">%s %s</FONT></TD>\n" \
-+ fprintf(out_fp,"<TR><TD WIDTH=380><FONT SIZE=\"-1\">%s</FONT></TD>\n" \
- "<TD ALIGN=right COLSPAN=2><FONT SIZE=\"-1\"><B>%llu</B>" \
-- "</FONT></TD></TR>\n",msg_h_total, msg_h_pages, t_page);
-+ "</FONT></TD></TR>\n",msg_mtot_tp, t_page);
- /* Total Visits */
-- fprintf(out_fp,"<TR><TD WIDTH=380><FONT SIZE=\"-1\">%s %s</FONT></TD>\n" \
-+ fprintf(out_fp,"<TR><TD WIDTH=380><FONT SIZE=\"-1\">%s</FONT></TD>\n" \
- "<TD ALIGN=right COLSPAN=2><FONT SIZE=\"-1\"><B>%llu</B>" \
-- "</FONT></TD></TR>\n",msg_h_total, msg_h_visits, t_visit);
-+ "</FONT></TD></TR>\n",msg_mtot_tv, t_visit);
- /* Total XFer */
- fprintf(out_fp,"<TR><TD WIDTH=380><FONT SIZE=\"-1\">%s</FONT></TD>\n" \
- "<TD ALIGN=right COLSPAN=2><FONT SIZE=\"-1\"><B>%.0f</B>" \