Skip to content
Code-Schnipsel Gruppen Projekte
Commit f440df71 erstellt von Henning Leutz's avatar Henning Leutz :martial_arts_uniform:
Dateien durchsuchen

fix: php brick id patch -> php binary shell exe fixed

Übergeordneter 8d8f50ea
No related branches found
No related tags found
Keine zugehörigen Merge Requests gefunden
......@@ -219,5 +219,17 @@ public static function onPackageSetup(QUI\Package\Package $Package)
if ($Package->getName() !== 'quiqqer/bricks') {
return;
}
$php = 'php';
if (defined('PHP_BINARY')) {
$php = PHP_BINARY;
}
try {
shell_exec($php.' '.OPT_DIR.'quiqqer/bricks/patches/uniqueIds.php');
} catch (\Exception $Exception) {
QUI\System\Log::writeException($Exception);
}
}
}
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren