X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fsiteconfig.c;h=76e0ef0a359a8993f855d46496eca80c0e240a07;hb=05abe4c6adfe1d12af53eba1e57046da8a038a88;hp=b82b0d2ab4440618aef0df10f6fe829ad7e0819a;hpb=7508496df78ca5da6d0f8cfb8811cc66620c60bb;p=citadel.git diff --git a/webcit/siteconfig.c b/webcit/siteconfig.c index b82b0d2ab..76e0ef0a3 100644 --- a/webcit/siteconfig.c +++ b/webcit/siteconfig.c @@ -1,15 +1,10 @@ /* * Administrative screen for site-wide configuration * - * Copyright (c) 1996-2021 by the citadel.org team + * Copyright (c) 1996-2024 by the citadel.org team * - * This program is open source software. You can redistribute it and/or - * modify it under the terms of the GNU General Public License, version 3. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * This program is open source software. Use, duplication, or disclosure + * are subject to the terms of the GNU General Public License version 3. */ #include "webcit.h" @@ -216,7 +211,8 @@ CfgMapping ServerConfig[] = { {CFG_STR, 0, 0, "", HKEY("c_port_number")}, {CFG_STR, 0, 0, "", HKEY("c_ctdluid")}, {CFG_STR, 0, 0, "", HKEY("c_nntp_port")}, - {CFG_STR, 0, 0, "", HKEY("c_nntps_port")} + {CFG_STR, 0, 0, "", HKEY("c_nntps_port")}, + {CFG_YES, 0, 0, "", HKEY("smtp_advertise_starttls")} };