mirror of
https://github.com/grocy/grocy.git
synced 2026-04-05 20:36: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 {
|
||||
|
||||
public function checkRequirements() {
|
||||
/* self::checkForConfigFile();
|
||||
self::checkForConfigFile();
|
||||
self::checkForConfigDistFile();
|
||||
self::checkForComposer();
|
||||
self::checkForYarn(); */
|
||||
self::checkForYarn();
|
||||
self::checkForPhpExtensions();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user