#include "notifer.h"
#include "logger.h"
#include "locker.h"
-#include "script_executer.h"
+#include "scriptexecuter.h"
#include "noncopyable.h"
extern const volatile time_t stgTime;
if (access(filePath.c_str(), X_OK) == 0)
{
std::string execString("\"" + filePath + "\" \"" + login + "\" \"" + paramName + "\" \"" + oldValue + "\" \"" + newValue + "\" \"" + admin->GetLogin() + "\" \"" + admin->GetIPStr() + "\"");
- ScriptExec(execString);
+ ScriptExec(execString.c_str());
}
else
{