add a linebreak just in case some customizations did not end their lines with a linebreak
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -3166,7 +3166,7 @@ if (isFroxlorVersion('0.9.35-rc1') && isDatabaseVersion('0')) {
|
||||
if (isDatabaseVersion('201603070')) {
|
||||
|
||||
showUpdateStep("Adding new php.ini directive to php-configurations: opcache.restrict_api");
|
||||
Database::query("UPDATE `" . TABLE_PANEL_PHPCONFIGS ."` SET `phpsettings` = CONCAT(`phpsettings`, 'opcache.restrict_api = \"{DOCUMENT_ROOT}\"\r\n');");
|
||||
Database::query("UPDATE `" . TABLE_PANEL_PHPCONFIGS ."` SET `phpsettings` = CONCAT(`phpsettings`, '\r\nopcache.restrict_api = \"{DOCUMENT_ROOT}\"\r\n');");
|
||||
lastStepStatus(0);
|
||||
|
||||
updateToDbVersion('201603150');
|
||||
|
||||
Reference in New Issue
Block a user