From f2cfb4068a10e13b51e29b50d7e1a994a498538e Mon Sep 17 00:00:00 2001 From: fredtempez Date: Thu, 10 Jan 2019 18:02:27 +0100 Subject: [PATCH] =?UTF-8?q?Modfi=20num=C3=A9ro=20de=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 7 ++++--- core/core.php | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index a72a9d4b..41d3adf8 100644 --- a/.gitignore +++ b/.gitignore @@ -13,11 +13,9 @@ site/file/source/* site/file/thumb/* -# Fichiers de données -site/* - # Dossiers vides dans GitHub !.gitkeep +.gitignore # PHPStorm .idea/ @@ -26,3 +24,6 @@ site/* #Visual Code .vscode +#FreeFile +sync.ffs_db + diff --git a/core/core.php b/core/core.php index 0acd6c5f..c041eed5 100644 --- a/core/core.php +++ b/core/core.php @@ -24,7 +24,7 @@ class common { const GROUP_MEMBER = 1; const GROUP_MODERATOR = 2; const GROUP_ADMIN = 3; - const ZWII_VERSION = '8.5.4'; + const ZWII_VERSION = '8.5.5'; public static $actions = []; public static $coreModuleIds = [ @@ -360,7 +360,7 @@ class common { 'backgroundColor' => 'rgba(255, 255, 255, 1)', 'radius' => '0', 'shadow' => '0', - 'width' => '1170px' + 'width' => '750px' ], 'text' => [ 'font' => 'Open+Sans',