From: Frédéric Marchal Date: Wed, 19 May 2010 19:08:51 +0000 (+0000) Subject: Change default graph type to byte instead of elap X-Git-Tag: v2.3-pre5~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba6384998be5db6c588d21a73944d402692fa55f;p=thirdparty%2Fsarg.git Change default graph type to byte instead of elap --- diff --git a/log.c b/log.c index 3b236d5..5554e5a 100644 --- a/log.c +++ b/log.c @@ -228,7 +228,7 @@ int main(int argc,char *argv[]) strcpy(TopsitesSortType,"D"); LongUrl=0; strcpy(FontFace,"Verdana,Tahoma,Arial"); - datetimeby=DATETIME_ELAP; + datetimeby=DATETIME_BYTE; strcpy(CharSet,"ISO-8859-1"); Privacy=0; strcpy(PrivacyString,"***.***.***.***");