Roxen.git/
server/
base_server/
configuration.pike
Branch:
Tag:
Non-build tags
All tags
No tags
1997-08-29
1997-08-29 00:33:57 by Henrik Grubbström (Grubba) <grubba@grubba.org>
e91166fe4630fc4a97c4907b0e994c3797e193bb (
6
lines) (+
4
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
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";