mirror of
https://github.com/znc/znc.git
synced 2026-08-09 18:32:55 +02:00
Let PrintFile() auto detect content-type by default
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@616 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ public:
|
||||
void ParseParams(const CString& sParams);
|
||||
void ParseURI();
|
||||
void GetPage();
|
||||
bool PrintFile(const CString& sFileName, CString sContentType);
|
||||
bool PrintFile(const CString& sFileName, CString sContentType = "");
|
||||
|
||||
// Setters
|
||||
void SetDocRoot(const CString& s);
|
||||
|
||||
Reference in New Issue
Block a user