X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_httpd_config.cpp;h=fe14277728ba5c99aed60d8763ed6fc9f600b115;hb=3151d60c1ecc9462e4c335282ee6c31672f45111;hp=2a584fbf089ce9f88dde931cc0fc09957ade9578;hpb=aa692dc1039b63deef7886e914ec499abe7facaf;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_httpd_config.cpp b/src/modules/m_httpd_config.cpp index 2a584fbf0..fe1427772 100644 --- a/src/modules/m_httpd_config.cpp +++ b/src/modules/m_httpd_config.cpp @@ -75,7 +75,7 @@ class ModuleHttpConfig : public Module, public HTTPRequestEventListener Version GetVersion() CXX11_OVERRIDE { - return Version("Allows for the server configuration to be viewed over HTTP via m_httpd", VF_VENDOR); + return Version("Allows the server configuration to be viewed over HTTP via the /config path.", VF_VENDOR); } };