mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix wrong server path
This commit is contained in:
parent
7decb8f3fd
commit
1a2cb5b6bd
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user