Branch: Tag:

1997-08-29

1997-08-29 00:33:57 by Henrik Grubbström (Grubba) <grubba@grubba.org>

FTP statistics now only shown in more-mode.

Rev: server/base_server/configuration.pike:1.69

1: - string cvs_version = "$Id: configuration.pike,v 1.68 1997/08/28 20:13:01 grubba Exp $"; + string cvs_version = "$Id: configuration.pike,v 1.69 1997/08/29 00:33:57 grubba Exp $";   #include <module.h>   #include <roxen.h>   /* A configuration.. */
661:    }    res += "</table>";    -  if ((extra_statistics->ftp) && (extra_statistics->ftp->commands)) { +  if ((roxen->configuration_interface()->more_mode) && +  (extra_statistics->ftp) && (extra_statistics->ftp->commands)) {    // FTP statistics.    res += "<b>FTP statistics:</b><br>\n"    "<ul><table>\n";