Merge branch 'logging' of https://github.com/nachtgeist/Froxlor into nachtgeist-logging
This commit is contained in:
@@ -548,7 +548,7 @@ INSERT INTO `panel_settings` (`settinggroup`, `varname`, `value`) VALUES
|
||||
('panel', 'password_numeric', '0'),
|
||||
('panel', 'password_special_char_required', '0'),
|
||||
('panel', 'password_special_char', '!?<>§$%+#=@'),
|
||||
('panel', 'version', '0.9.35-dev3');
|
||||
('panel', 'version', '0.9.35-dev4');
|
||||
|
||||
|
||||
DROP TABLE IF EXISTS `panel_tasks`;
|
||||
|
||||
@@ -3069,3 +3069,13 @@ if (isFroxlorVersion('0.9.35-dev2')) {
|
||||
|
||||
updateToVersion('0.9.35-dev3');
|
||||
}
|
||||
|
||||
if (isFroxlorVersion('0.9.35-dev3')) {
|
||||
|
||||
// remove unused settingjj
|
||||
showUpdateStep("Removing unused setting "Send cron-errors to froxlor-admin via e-mail"");
|
||||
Database::query("DELETE FROM `" . TABLE_PANEL_SETTINGS . "` WHERE `settinggroup` = 'system' AND `varname` = 'send_cron_errors';");
|
||||
lastStepStatus(0);
|
||||
|
||||
updateToVersion('0.9.35-dev4');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user