mirror of
https://github.com/znc/znc.git
synced 2026-06-28 05:51:50 +02:00
Renamed BinPath to CurPath
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@79 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
+4
-1
@@ -14,6 +14,9 @@
|
||||
* Author: imaginos <imaginos@imaginos.net>
|
||||
*
|
||||
* $Log$
|
||||
* Revision 1.4 2005/04/03 07:48:31 prozacx
|
||||
* Renamed BinPath to CurPath
|
||||
*
|
||||
* Revision 1.3 2005/03/31 20:59:43 imaginos
|
||||
* typo on column
|
||||
*
|
||||
@@ -140,7 +143,7 @@ public:
|
||||
|
||||
if ( m_sPemFile.empty() )
|
||||
{
|
||||
m_sPemFile = m_pUser->GetBinPath() + "/znc.pem";
|
||||
m_sPemFile = m_pUser->GetCurPath() + "/znc.pem";
|
||||
}
|
||||
|
||||
if (!CFile::Exists(m_sPemFile)) {
|
||||
|
||||
Reference in New Issue
Block a user