CREATE TABLE `galerie` ( `id` int(11) NOT NULL auto_increment, `titre` text NOT NULL, `image` text NOT NULL, `date` int(11) NOT NULL, PRIMARY KEY (`id`) ) TYPE=MyISAM; INSERT INTO `admin` (`users`, `droit`, `acces`) VALUES (3, '/galerie', 2); INSERT INTO `installed` (`name`, `type`, `depends`, `parent`, `descript`, `name_clean`, `version`, `author`) VALUES ('galerie', 'mod', '', '', '', '', '', '');