mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-15 17:37:12 -05:00
updated default directory value
This commit is contained in:
parent
6603dbd913
commit
0103a741d6
@ -83,7 +83,11 @@ template<int MIME_TYPE_INDEX> class handler
|
|||||||
static std::string _base_directory ;
|
static std::string _base_directory ;
|
||||||
};
|
};
|
||||||
|
|
||||||
template<int MIME_TYPE_INDEX> std::string handler<MIME_TYPE_INDEX>::_base_directory = "/home/csoler/Desktop/Code/retroshare/RSNewWebUI/webui/";
|
#ifdef WINDOWS_SYS
|
||||||
|
template<int MIME_TYPE_INDEX> std::string handler<MIME_TYPE_INDEX>::_base_directory = "data/webui";
|
||||||
|
#else
|
||||||
|
template<int MIME_TYPE_INDEX> std::string handler<MIME_TYPE_INDEX>::_base_directory = "/usr/share/retroshare/webui/";
|
||||||
|
#endif
|
||||||
|
|
||||||
static void service_ready_handler( restbed::Service& )
|
static void service_ready_handler( restbed::Service& )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user