ispconfig3.sql (ISPConfig-3.2.8p1) | : | ispconfig3.sql (ISPConfig-3.2.8p2) | ||
---|---|---|---|---|
skipping to change at line 2528 | skipping to change at line 2528 | |||
-- | -- | |||
INSERT INTO `sys_user` (`userid`, `sys_userid`, `sys_groupid`, `sys_perm_user`, `sys_perm_group`, `sys_perm_other`, `username`, `passwort`, `modules`, `startmod ule`, `app_theme`, `typ`, `active`, `language`, `groups`, `default_group`, `clie nt_id`) VALUES (1, 1, 0, 'riud', 'riud', '', 'admin', 'xxx', 'dashboard,admin,cl ient,mail,monitor,sites,dns,vm,tools,help', 'dashboard', 'default', 'admin', 1, 'en', '1,2', 1, 0); | INSERT INTO `sys_user` (`userid`, `sys_userid`, `sys_groupid`, `sys_perm_user`, `sys_perm_group`, `sys_perm_other`, `username`, `passwort`, `modules`, `startmod ule`, `app_theme`, `typ`, `active`, `language`, `groups`, `default_group`, `clie nt_id`) VALUES (1, 1, 0, 'riud', 'riud', '', 'admin', 'xxx', 'dashboard,admin,cl ient,mail,monitor,sites,dns,vm,tools,help', 'dashboard', 'default', 'admin', 1, 'en', '1,2', 1, 0); | |||
-- -------------------------------------------------------- | -- -------------------------------------------------------- | |||
-- | -- | |||
-- Dumping data for table `sys_config` | -- Dumping data for table `sys_config` | |||
-- | -- | |||
INSERT INTO sys_config VALUES ('db','db_version','3.2.8p1'); | INSERT INTO sys_config VALUES ('db','db_version','3.2.8p2'); | |||
INSERT INTO sys_config VALUES ('interface','session_timeout','0'); | INSERT INTO sys_config VALUES ('interface','session_timeout','0'); | |||
SET FOREIGN_KEY_CHECKS = 1; | SET FOREIGN_KEY_CHECKS = 1; | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |