added: some work in Export plugin
changed: in base redirect we are using 301 moved permanently status code now (was 303) git-svn-id: svn://ttmath.org/publicrep/winix/trunk@761 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -13,7 +13,6 @@
|
||||
#include "core/config.h"
|
||||
#include "core/users.h"
|
||||
#include "core/dirs.h"
|
||||
#include "core/synchro.h"
|
||||
#include "core/plugin.h"
|
||||
|
||||
|
||||
@@ -25,10 +24,6 @@ Notify::Notify()
|
||||
|
||||
|
||||
|
||||
void Notify::SetSynchro(Synchro * psynchro)
|
||||
{
|
||||
synchro = psynchro;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -66,7 +61,6 @@ void Notify::Init()
|
||||
notify_thread.SetUsers(users);
|
||||
notify_thread.SetNotifyPool(¬ify_pool);
|
||||
notify_thread.SetPatterns(&patterns);
|
||||
notify_thread.SetSynchro(synchro);
|
||||
thread_manager->Add(¬ify_thread);
|
||||
|
||||
patterns.SetUTF8(config->utf8);
|
||||
|
Reference in New Issue
Block a user