Modfi numéro de version
This commit is contained in:
parent
2de76aaaff
commit
f2cfb4068a
7
.gitignore
vendored
7
.gitignore
vendored
@ -13,11 +13,9 @@ site/file/source/*
|
|||||||
site/file/thumb/*
|
site/file/thumb/*
|
||||||
|
|
||||||
|
|
||||||
# Fichiers de données
|
|
||||||
site/*
|
|
||||||
|
|
||||||
# Dossiers vides dans GitHub
|
# Dossiers vides dans GitHub
|
||||||
!.gitkeep
|
!.gitkeep
|
||||||
|
.gitignore
|
||||||
|
|
||||||
# PHPStorm
|
# PHPStorm
|
||||||
.idea/
|
.idea/
|
||||||
@ -26,3 +24,6 @@ site/*
|
|||||||
#Visual Code
|
#Visual Code
|
||||||
.vscode
|
.vscode
|
||||||
|
|
||||||
|
#FreeFile
|
||||||
|
sync.ffs_db
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ class common {
|
|||||||
const GROUP_MEMBER = 1;
|
const GROUP_MEMBER = 1;
|
||||||
const GROUP_MODERATOR = 2;
|
const GROUP_MODERATOR = 2;
|
||||||
const GROUP_ADMIN = 3;
|
const GROUP_ADMIN = 3;
|
||||||
const ZWII_VERSION = '8.5.4';
|
const ZWII_VERSION = '8.5.5';
|
||||||
|
|
||||||
public static $actions = [];
|
public static $actions = [];
|
||||||
public static $coreModuleIds = [
|
public static $coreModuleIds = [
|
||||||
@ -360,7 +360,7 @@ class common {
|
|||||||
'backgroundColor' => 'rgba(255, 255, 255, 1)',
|
'backgroundColor' => 'rgba(255, 255, 255, 1)',
|
||||||
'radius' => '0',
|
'radius' => '0',
|
||||||
'shadow' => '0',
|
'shadow' => '0',
|
||||||
'width' => '1170px'
|
'width' => '750px'
|
||||||
],
|
],
|
||||||
'text' => [
|
'text' => [
|
||||||
'font' => 'Open+Sans',
|
'font' => 'Open+Sans',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user