update default theme in froxlor.sql

This commit is contained in:
envoyr
2022-03-27 15:36:13 +02:00
parent 4e8fddadff
commit 957f41ae87

View File

@@ -128,7 +128,7 @@ CREATE TABLE `panel_admins` (
`lastlogin_fail` int(11) unsigned NOT NULL default '0',
`loginfail_count` int(11) unsigned NOT NULL default '0',
`reportsent` tinyint(4) unsigned NOT NULL default '0',
`theme` varchar(50) NOT NULL default 'Sparkle',
`theme` varchar(50) NOT NULL default 'Froxlor',
`custom_notes` text,
`custom_notes_show` tinyint(1) NOT NULL default '0',
`type_2fa` tinyint(1) NOT NULL default '0',
@@ -191,7 +191,7 @@ CREATE TABLE `panel_customers` (
`imap` tinyint(1) NOT NULL default '1',
`perlenabled` tinyint(1) NOT NULL default '0',
`dnsenabled` tinyint(1) NOT NULL default '0',
`theme` varchar(50) NOT NULL default 'Sparkle',
`theme` varchar(50) NOT NULL default 'Froxlor',
`custom_notes` text,
`custom_notes_show` tinyint(1) NOT NULL default '0',
`lepublickey` mediumtext default NULL,
@@ -698,7 +698,7 @@ opcache.validate_timestamps'),
('panel', 'allow_domain_change_admin', '0'),
('panel', 'allow_domain_change_customer', '0'),
('panel', 'frontend', 'froxlor'),
('panel', 'default_theme', 'Sparkle'),
('panel', 'default_theme', 'Froxlor'),
('panel', 'password_min_length', '0'),
('panel', 'adminmail_defname', 'Froxlor Administrator'),
('panel', 'adminmail_return', ''),