diff --git a/install/froxlor.sql b/install/froxlor.sql index 17a408e5..e0b8febc 100644 --- a/install/froxlor.sql +++ b/install/froxlor.sql @@ -534,7 +534,7 @@ INSERT INTO `panel_settings` (`settinggroup`, `varname`, `value`) VALUES ('panel', 'password_regex', ''), ('panel', 'use_webfonts', '0'), ('panel', 'webfont', 'Numans'), - ('panel', 'version', '0.9.28'); + ('panel', 'version', '0.9.28.1'); diff --git a/install/updates/froxlor/0.9/update_0.9.inc.php b/install/updates/froxlor/0.9/update_0.9.inc.php index f658368e..ddf81e77 100644 --- a/install/updates/froxlor/0.9/update_0.9.inc.php +++ b/install/updates/froxlor/0.9/update_0.9.inc.php @@ -2046,3 +2046,9 @@ if (isFroxlorVersion('0.9.28-rc2')) { updateToVersion('0.9.28'); } + +if (isFroxlorVersion('0.9.28')) { + showUpdateStep("Updating from 0.9.28 final to 0.9.28.1"); + lastStepStatus(0); + updateToVersion('0.9.28.1'); +} diff --git a/install/updates/preconfig/0.9/preconfig_0.9.inc.php b/install/updates/preconfig/0.9/preconfig_0.9.inc.php index 6562d872..fbdd2ab7 100644 --- a/install/updates/preconfig/0.9/preconfig_0.9.inc.php +++ b/install/updates/preconfig/0.9/preconfig_0.9.inc.php @@ -491,8 +491,8 @@ LoadModule authz_host_module modules/mod_authz_host.so
'; $description = 'Froxlor changed the default parameter-set of sendmail (php.ini)
'; $description .= 'sendmail_path = "/usr/sbin/sendmail -t -i -f {CUSTOMER_EMAIL}"

'; $description .= 'If you don\'t have any problems with sending mails, you don\'t need to change this'; - if ($this->_settings['system']['mod_fcgid'] == '1' - || $this->_settings['phpfpm']['enabled'] == '1' + if ($settings['system']['mod_fcgid'] == '1' + || $settings['phpfpm']['enabled'] == '1' ) { // information about removal of php's safe_mode $description .= '

The php safe_mode flag has been removed as current versions of PHP
'; diff --git a/lib/tables.inc.php b/lib/tables.inc.php index a0dd7e5c..24234b75 100644 --- a/lib/tables.inc.php +++ b/lib/tables.inc.php @@ -73,6 +73,6 @@ define('PACKAGE_ENABLED', 2); // VERSION INFO -$version = '0.9.28'; +$version = '0.9.28.1'; $dbversion = '2'; $branding = '';