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:
prozacx
2006-02-08 06:09:31 +00:00
parent 1838c73986
commit 2fe96ce70e
+1 -1
View File
@@ -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);