mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 01:54:26 +02:00
More configs moved to key values
This commit is contained in:
parent
2db935fae2
commit
d76963944a
5 changed files with 16 additions and 3 deletions
|
@ -58,7 +58,7 @@ class CheckVersion
|
|||
$gitversion = DBA::escape(trim(DI::httpClient()->fetch($checked_url, HttpClientAccept::TEXT)));
|
||||
Logger::notice("Upstream VERSION is: ".$gitversion);
|
||||
|
||||
DI::config()->set('system', 'git_friendica_version', $gitversion);
|
||||
DI::keyValue()->set('git_friendica_version', $gitversion);
|
||||
|
||||
Logger::notice('checkversion: end');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue