Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5c30961d3c | ||
|
|
edd5ef0ca0 |
@@ -468,6 +468,9 @@ if ($page == '' || $page == 'overview') {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$result['imap'] = $result['email_imap'];
|
||||||
|
$result['pop3'] = $result['email_pop3'];
|
||||||
|
|
||||||
// dummy to avoid unknown variables
|
// dummy to avoid unknown variables
|
||||||
$result['loginname'] = null;
|
$result['loginname'] = null;
|
||||||
$result['documentroot'] = null;
|
$result['documentroot'] = null;
|
||||||
@@ -487,8 +490,6 @@ if ($page == '' || $page == 'overview') {
|
|||||||
$result['custom_notes'] = null;
|
$result['custom_notes'] = null;
|
||||||
$result['custom_notes_show'] = null;
|
$result['custom_notes_show'] = null;
|
||||||
$hosting_plans = null;
|
$hosting_plans = null;
|
||||||
$result['imap'] = null;
|
|
||||||
$result['pop3'] = null;
|
|
||||||
$admin_select_cnt = null;
|
$admin_select_cnt = null;
|
||||||
$admin_select = null;
|
$admin_select = null;
|
||||||
|
|
||||||
|
|||||||
@@ -687,7 +687,7 @@ opcache.interned_strings_buffer'),
|
|||||||
('panel', 'password_special_char_required', '0'),
|
('panel', 'password_special_char_required', '0'),
|
||||||
('panel', 'password_special_char', '!?<>§$%+#=@'),
|
('panel', 'password_special_char', '!?<>§$%+#=@'),
|
||||||
('panel', 'customer_hide_options', ''),
|
('panel', 'customer_hide_options', ''),
|
||||||
('panel', 'version', '0.9.39.4'),
|
('panel', 'version', '0.9.39.5'),
|
||||||
('panel', 'db_version', '201802130');
|
('panel', 'db_version', '201802130');
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -3933,3 +3933,9 @@ if (isFroxlorVersion('0.9.39.3')) {
|
|||||||
showUpdateStep("Updating from 0.9.39.3 to 0.9.39.4", false);
|
showUpdateStep("Updating from 0.9.39.3 to 0.9.39.4", false);
|
||||||
updateToVersion('0.9.39.4');
|
updateToVersion('0.9.39.4');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (isFroxlorVersion('0.9.39.4')) {
|
||||||
|
|
||||||
|
showUpdateStep("Updating from 0.9.39.4 to 0.9.39.5", false);
|
||||||
|
updateToVersion('0.9.39.5');
|
||||||
|
}
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
// Main version variable
|
// Main version variable
|
||||||
$version = '0.9.39.4';
|
$version = '0.9.39.5';
|
||||||
|
|
||||||
// Database version (YYYYMMDDC where C is a daily counter)
|
// Database version (YYYYMMDDC where C is a daily counter)
|
||||||
$dbversion = '201802130';
|
$dbversion = '201802130';
|
||||||
|
|||||||
Reference in New Issue
Block a user