Changeset 362 for trunk/install


Ignore:
Timestamp:
Mar 27, 2022, 7:51:34 PM (2 years ago)
Author:
roby
Message:

Ritocchi e sistemazioni varie di completamento delle mofifiche precedenti

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/sql/eleonline.sql

    r360 r362  
    101101  `editor` enum('0','1') NOT NULL DEFAULT '1',
    102102  `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 ''
    105104) ENGINE=MyISAM DEFAULT CHARSET=utf8;
    106105
     
    110109
    111110INSERT 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');
    113112
    114113-- --------------------------------------------------------
     
    770769(3, '02_risultati.php', '02_risultati.php', 1, 0, 0),
    771770(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),
    773772(6, 'bloccocand.php', 'bloccocand.php', 1, 0, 0),
    774773(7, 'bloccogen.php', 'bloccogen.php', 1, 0, 0),
     
    776775(9, 'bloccoref.php', 'bloccoref.php', 1, 0, 0),
    777776(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);
    780781
    781782--
Note: See TracChangeset for help on using the changeset viewer.