X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fcontrol.c;h=b81526cf1dc855078349afb8ed70a4803bb0388d;hb=a9d212c452ddc4c041c6b1ca30670dde9a321a07;hp=bd4136635249f803e3388a9cb251b41c367f98a2;hpb=33a166e5fa4b6e3b013d6093a957fc3ba7edc252;p=citadel.git diff --git a/citadel/control.c b/citadel/control.c index bd4136635..b81526cf1 100644 --- a/citadel/control.c +++ b/citadel/control.c @@ -329,7 +329,7 @@ long get_new_room_number(void) * Get or set global configuration options * * IF YOU ADD OR CHANGE FIELDS HERE, YOU *MUST* DOCUMENT YOUR CHANGES AT: - * http://www.citadel.org/doku.php/documentation:appproto:system_config + * http://www.citadel.org/doku.php?id=documentation:applicationprotocol * */ void cmd_conf(char *argbuf) @@ -693,8 +693,9 @@ void cmd_conf(char *argbuf) } put_config(); snprintf(buf, sizeof buf, - "The global system configuration has been edited by %s.\n", - CC->curr_user); + "The global system configuration has been edited by %s.\n", + (CC->logged_in ? CC->curr_user : "an administrator") + ); CtdlAideMessage(buf,"Citadel Configuration Manager Message"); if (!IsEmptyStr(config.c_logpages))