From 712e49f84f30225190765ebca807d9153bcbac0d Mon Sep 17 00:00:00 2001 From: root Date: Thu, 18 Apr 2019 11:03:31 +0200 Subject: [PATCH] correctif sur reconfigure --- dicos/30_ninegate.xml | 2 +- tmpl/ninegate-init-01.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dicos/30_ninegate.xml b/dicos/30_ninegate.xml index 7b2b4e61..1c91f8f0 100644 --- a/dicos/30_ninegate.xml +++ b/dicos/30_ninegate.xml @@ -79,7 +79,7 @@ - + non activer_ninegate diff --git a/tmpl/ninegate-init-01.sql b/tmpl/ninegate-init-01.sql index b2691f55..22684d81 100644 --- a/tmpl/ninegate-init-01.sql +++ b/tmpl/ninegate-init-01.sql @@ -55,7 +55,7 @@ INSERT IGNORE INTO `sidebar` (`id`, `parent_id`, `roworder`, `label`, `path`, `f DELETE FROM `config` WHERE `changeable` = 0; INSERT IGNORE INTO `config` (`order`, `visible`, `changeable`, `required`, `type`, `id`, `value`, `grouped`, `help`) VALUES -('001', 1, 1, 1, 'string', 'appname', 'Cadoles User', '', 'Le titre de votre site'), +('001', 1, 1, 1, 'string', 'appname', 'Ninegate', '', 'Le titre de votre site'), ('002', 1, 0, 1, 'string', 'version', '1.0.0', '', 'Version de l\'application'), ('003', 1, 1, 0, 'string', 'subappname', 'Portail', '', 'Le sous titre de votre site'), ('004', 1, 1, 1, 'logo', 'logo', 'uploads/logo/logo.png', '', 'Le logo de votre site'),