make a more complete version of the installer

This commit is contained in:
envoyr
2022-05-01 17:26:51 +02:00
parent 1557482d17
commit 86e01191d2
7 changed files with 701 additions and 1683 deletions

View File

@@ -60,7 +60,6 @@ CREATE TABLE `ftp_users` (
) ENGINE=InnoDB CHARSET=utf8 COLLATE=utf8_general_ci;
DROP TABLE IF EXISTS `mail_users`;
CREATE TABLE `mail_users` (
`id` int(11) NOT NULL auto_increment,