Subversion Repositories wimsdev

Rev

Rev 16373 | Rev 16516 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 16373 Rev 16507
Line 67... Line 67...
67
 
67
 
68
/* default languages */
68
/* default languages */
69
char site_langbuf[]="en fr es it nl ca si de cn";
69
char site_langbuf[]="en fr es it nl ca si de cn";
70
char *site_languages=site_langbuf;
70
char *site_languages=site_langbuf;
71
/* Statistics shows up? */
71
/* Statistics shows up? */
72
char *show_stat="no";
72
char *show_stat="yes";
73
/* Author names show up in search result? */
73
/* Author names show up in search result? */
74
char *show_author="no";
74
char *show_author="no";
75
/* Show user IP address to supervisor */
75
/* Show user IP address to supervisor */
76
char *show_ip="yes";
76
char *show_ip="yes";
77
/* busy hours definition */
77
/* busy hours definition */
Line 161... Line 161...
161
 
161
 
162
int spec_font=0; /* choose of some fonts*/
162
int spec_font=0; /* choose of some fonts*/
163
 /* special font can be configured in log/wims.conf with variable special_font*/
163
 /* special font can be configured in log/wims.conf with variable special_font*/
164
char *special_font="letter-spacing:0.1em;line-height:2.7em;word-spacing:0.8em;font-family:OpenDyslexic3,OpenDyslexic,sans-serif !important;";
164
char *special_font="letter-spacing:0.1em;line-height:2.7em;word-spacing:0.8em;font-family:OpenDyslexic3,OpenDyslexic,sans-serif !important;";
165
int backup_hour=-1; /* Hour for daily backup; -1 means no backup. */
165
int backup_hour=-1; /* Hour for daily backup; -1 means no backup. */
166
int site_accounting=0; /* whether accounting should be activated */
166
int site_accounting=1; /* whether accounting should be activated */
167
int examlog_limit=7; /* number of logged exam sessions for each student */
167
int examlog_limit=7; /* number of logged exam sessions for each student */
168
char *site_hostname="";
168
char *site_hostname="";
169
 
169
 
170
/* Automatic module update */
170
/* Automatic module update */
171
char *mu_auto="none";
171
char *mu_auto="none";