mirror of
https://github.com/grocy/grocy.git
synced 2026-04-06 21:06:15 +02:00
Uncomment code that was accidentally disabled for debug purposes
This commit is contained in:
parent
5236b755cd
commit
26b33b47e3
|
|
@ -9,10 +9,10 @@ const REQUIRED_PHP_EXTENSIONS = array("fileinfo", "pdo_sqlite", "gd");
|
||||||
class PrerequisiteChecker {
|
class PrerequisiteChecker {
|
||||||
|
|
||||||
public function checkRequirements() {
|
public function checkRequirements() {
|
||||||
/* self::checkForConfigFile();
|
self::checkForConfigFile();
|
||||||
self::checkForConfigDistFile();
|
self::checkForConfigDistFile();
|
||||||
self::checkForComposer();
|
self::checkForComposer();
|
||||||
self::checkForYarn(); */
|
self::checkForYarn();
|
||||||
self::checkForPhpExtensions();
|
self::checkForPhpExtensions();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user