mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-03 08:54:34 -04:00
undo
This commit is contained in:
parent
ffe73b77af
commit
b28a48b1d9
@ -60,14 +60,6 @@ class SystemHealth
|
|||||||
$system_health = false;
|
$system_health = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!self::checkNode()) {
|
|
||||||
$system_health = false;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!self::checkNpm()) {
|
|
||||||
$system_health = false;
|
|
||||||
}
|
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'system_health' => $system_health,
|
'system_health' => $system_health,
|
||||||
'extensions' => self::extensions(),
|
'extensions' => self::extensions(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user