mirror of
https://github.com/friendica/friendica
synced 2025-04-25 21:50:12 +00:00
Update references to the friendica/friendica stable branch
This commit is contained in:
parent
b9873a88a5
commit
9c6fbc6a74
20 changed files with 56 additions and 55 deletions
|
@ -75,8 +75,8 @@ class Summary extends BaseAdmin
|
|||
}
|
||||
}
|
||||
|
||||
// Check if github.com/friendica/master/VERSION is higher then
|
||||
// the local version of Friendica. Check is opt-in, source may be master or devel branch
|
||||
// Check if github.com/friendica/stable/VERSION is higher then
|
||||
// the local version of Friendica. Check is opt-in, source may be stable or develop branch
|
||||
if (DI::config()->get('system', 'check_new_version_url', 'none') != 'none') {
|
||||
$gitversion = DI::config()->get('system', 'git_friendica_version');
|
||||
if (version_compare(FRIENDICA_VERSION, $gitversion) < 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue