diff options
| author | 2017-08-27 13:25:29 +0100 | |
|---|---|---|
| committer | 2017-08-27 13:25:29 +0100 | |
| commit | a3f2e6ed5424c3e27aa1c7226bb436cd46bb19f7 (patch) | |
| tree | 149e712c1b2d0324115a8f970607266824ea3366 /src/modules/m_httpd_acl.cpp | |
| parent | Update a bunch of references to the old command modules. (diff) | |
Remove module file extensions from user-visible messages.
Diffstat (limited to 'src/modules/m_httpd_acl.cpp')
| -rw-r--r-- | src/modules/m_httpd_acl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_httpd_acl.cpp b/src/modules/m_httpd_acl.cpp index 866fa0e86..00a50d7a1 100644 --- a/src/modules/m_httpd_acl.cpp +++ b/src/modules/m_httpd_acl.cpp @@ -224,7 +224,7 @@ class ModuleHTTPAccessList : public Module, public HTTPACLEventListener Version GetVersion() CXX11_OVERRIDE { - return Version("Provides access control lists (passwording of resources, ip restrictions etc) to m_httpd.so dependent modules", VF_VENDOR); + return Version("Provides access control lists (passwording of resources, ip restrictions etc) to m_httpd dependent modules", VF_VENDOR); } }; |
