mirror of
https://github.com/znc/znc.git
synced 2026-05-09 06:44:40 +02:00
Move the definition of _SKINDIR_ elsewhere
It's only used in WebModules.cpp and in contrast to the other #defines from main.h, this one is not set in configure by default. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1996 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -11,6 +11,9 @@
|
||||
#include "znc.h"
|
||||
#include <sstream>
|
||||
|
||||
/// @todo Do we want to make this a configure option?
|
||||
#define _SKINDIR_ _DATADIR_ "/webskins"
|
||||
|
||||
// Sessions are valid for a day, (24h, ...)
|
||||
CWebSessionMap CWebSock::m_mspSessions(24 * 60 * 60 * 1000);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user