fix wrong server path

This commit is contained in:
Dario 2020-03-24 10:00:48 +01:00
parent 7decb8f3fd
commit 1a2cb5b6bd

View File

@ -84,7 +84,7 @@ Poco::JSON::Object* JsonGetUserInfos::handle(Poco::Dynamic::Var params)
}
}
else if (parameterString == "loginServer.path") {
jsonServer.set("loginServer.path", ServerConfig::g_php_serverPath);
jsonServer.set("loginServer.path", ServerConfig::g_serverPath);
}
}
catch (Poco::Exception& ex) {