Subversion Repositories wimsdev

Rev

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

Rev 15573 Rev 15743
Line 202... Line 202...
202
  /* Limits for classes and participants */
202
  /* Limits for classes and participants */
203
int class_limit=200; /* limit of number of classes */
203
int class_limit=200; /* limit of number of classes */
204
int user_limit=5000; /* limit of total number of registered users */
204
int user_limit=5000; /* limit of total number of registered users */
205
int class_user_limit=300; /* limit of users in one class */
205
int class_user_limit=300; /* limit of users in one class */
206
int forum_limit=100;  /* Limit of message boards */
206
int forum_limit=100;  /* Limit of message boards */
-
 
207
int max_techvar=5; /* default limit number of technical variable */
207
 
208
 
208
CONFIG_DATA main_config[]={
209
CONFIG_DATA main_config[]={
209
  {"PATH",0, &commonpath},
210
  {"PATH",0, &commonpath},
210
  {"QRencode_command",2, &QRencode_command},
211
  {"QRencode_command",2, &QRencode_command},
211
  {"actcolor",0, &actcolor},
212
  {"actcolor",0, &actcolor},
Line 240... Line 241...
240
  {"link_color",0, &link_color},
241
  {"link_color",0, &link_color},
241
  {"log_delete",1,&LOG_DELETE},
242
  {"log_delete",1,&LOG_DELETE},
242
  {"mail_opt",0, &mail_opt},
243
  {"mail_opt",0, &mail_opt},
243
  {"manager_https",1, &manager_https},
244
  {"manager_https",1, &manager_https},
244
  {"manager_site",0, &manager_site},
245
  {"manager_site",0, &manager_site},
-
 
246
  {"max_techvar",1,&max_techvar},
245
  {"maxima_command",2, &maxima_command},
247
  {"maxima_command",2, &maxima_command},
246
  {"module_log",1, &modlog},
248
  {"module_log",1, &modlog},
247
  {"module_log_limit",1, &MODULE_LOG_LIMIT},
249
  {"module_log_limit",1, &MODULE_LOG_LIMIT},
248
  {"mu_auto",0, &mu_auto},
250
  {"mu_auto",0, &mu_auto},
249
  {"mu_cat",0, &mu_cat},
251
  {"mu_cat",0, &mu_cat},