Changeset 362 for trunk/install
- Timestamp:
- Mar 27, 2022, 7:51:34 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/install/sql/eleonline.sql
r360 r362 101 101 `editor` enum('0','1') NOT NULL DEFAULT '1', 102 102 `tema_on` enum('0','1') NOT NULL DEFAULT '1', 103 `ed_user` varchar(25) NOT NULL DEFAULT '', 104 `secret` varchar(30) DEFAULT NULL 103 `ed_user` varchar(25) NOT NULL DEFAULT '' 105 104 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 106 105 … … 110 109 111 110 INSERT INTO `soraldo_config` (`sitename`, `siteurl`, `site_logo`, `slogan`, `startdate`, `adminmail`, `tema`, `foot`, `language`, `blocco`, `testata`, `nome_testata`, `fileout`, `copyright`, `Versione`, `patch`, `siteistat`, `multicomune`, `flash`, `displayerrors`, `gkey`, `googlemaps`, `editor`, `tema_on`, `ed_user`) VALUES 112 ('', 'https://www.eleonline.it', '', 'Sito istituzionale', 'Maggio 2022', 'admin@localhost', 'facebook', '<b>Comune di Test</b><br>\r\nvia - \r\nTel: Fax: \r\n<hr>', 'it', '1', '', '', '', 'Gpl v3', 2, 0, 84023, '1', ' 1', '0', '', '0', '1', '1', 'Admin');111 ('', 'https://www.eleonline.it', '', 'Sito istituzionale', 'Maggio 2022', 'admin@localhost', 'facebook', '<b>Comune di Test</b><br>\r\nvia - \r\nTel: Fax: \r\n<hr>', 'it', '1', '', '', '', 'Gpl v3', 2, 0, 84023, '1', '0', '0', '', '0', '1', '1', 'Admin'); 113 112 114 113 -- -------------------------------------------------------- … … 770 769 (3, '02_risultati.php', '02_risultati.php', 1, 0, 0), 771 770 (4, '04_sezioni.php', '04_sezioni.php', 1, 0, 0), 772 (5, ' bar_affluenze.php', 'bar_affluenze.php', 1, 0, 0),771 (5, 'privacy.php', 'privacy.php', 1, 0, 0), 773 772 (6, 'bloccocand.php', 'bloccocand.php', 1, 0, 0), 774 773 (7, 'bloccogen.php', 'bloccogen.php', 1, 0, 0), … … 776 775 (9, 'bloccoref.php', 'bloccoref.php', 1, 0, 0), 777 776 (10, 'gom_affluenze.php', 'gom_affluenze.php', 1, 0, 0), 778 (11, 'off_Votanti.php', 'off_Votanti.php', 1, 0, 0), 779 (12, 'pie_affluenze.php', 'pie_affluenze.php', 1, 0, 0); 777 (11, 'pie_affluenze.php', 'pie_affluenze.php', 1, 0, 0), 778 (12, 'social.php', 'social.php', 1, 0, 0), 779 (13, 'cerca_candidato.php', 'cerca_candidato.php', 1, 0, 0), 780 (14, 'cookie_law.php', 'cookie_law.php', 1, 0, 0); 780 781 781 782 --
Note:
See TracChangeset
for help on using the changeset viewer.