mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 22:17:03 +03:00
Show warning in Admin -> About when PHP runs in 32bit
This commit is contained in:
parent
3306fadc47
commit
9e3d6c6e23
2 changed files with 8 additions and 1 deletions
|
|
@ -16,6 +16,7 @@ export class AdminSettingsAbout /*extends AbstractViewSettings*/ {
|
|||
coreWarning: false,
|
||||
coreVersion: '',
|
||||
coreVersionCompare: -2,
|
||||
php64: true,
|
||||
load1: 0,
|
||||
load5: 0,
|
||||
load15: 0,
|
||||
|
|
@ -69,6 +70,7 @@ export class AdminSettingsAbout /*extends AbstractViewSettings*/ {
|
|||
this.coreWarning(!!data.core.warning);
|
||||
this.coreVersion(data.core.version || '');
|
||||
this.coreVersionCompare(data.core.versionCompare);
|
||||
this.php64(data.php[1].loaded);
|
||||
} else {
|
||||
this.coreReal(false);
|
||||
this.coreWarning(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue