forked from ZwiiCMS-Team/ZwiiCMS
Supprime des fonctions inutiles
This commit is contained in:
parent
b7fbf1f96f
commit
21fee2dbb1
@ -363,7 +363,6 @@ class init extends common
|
|||||||
'delete' => false,
|
'delete' => false,
|
||||||
'deleteAll' => false,
|
'deleteAll' => false,
|
||||||
'export2csv' => false,
|
'export2csv' => false,
|
||||||
'output2csv' => false,
|
|
||||||
],
|
],
|
||||||
'gallery' => [
|
'gallery' => [
|
||||||
'config' => false,
|
'config' => false,
|
||||||
@ -441,7 +440,6 @@ class init extends common
|
|||||||
'delete' => false,
|
'delete' => false,
|
||||||
'deleteAll' => false,
|
'deleteAll' => false,
|
||||||
'export2csv' => false,
|
'export2csv' => false,
|
||||||
'output2csv' => false,
|
|
||||||
],
|
],
|
||||||
'gallery' => [
|
'gallery' => [
|
||||||
'config' => false,
|
'config' => false,
|
||||||
@ -524,7 +522,7 @@ class init extends common
|
|||||||
'delete' => true,
|
'delete' => true,
|
||||||
'deleteAll' => true,
|
'deleteAll' => true,
|
||||||
'export2csv' => true,
|
'export2csv' => true,
|
||||||
'output2csv' => true,
|
|
||||||
],
|
],
|
||||||
'gallery' => [
|
'gallery' => [
|
||||||
'config' => true,
|
'config' => true,
|
||||||
@ -533,9 +531,6 @@ class init extends common
|
|||||||
'add' => true,
|
'add' => true,
|
||||||
'option' => true,
|
'option' => true,
|
||||||
'theme' => true,
|
'theme' => true,
|
||||||
'dirs' => true,
|
|
||||||
'sortGalleries' => true,
|
|
||||||
'sortPictures' => true,
|
|
||||||
],
|
],
|
||||||
'news' => [
|
'news' => [
|
||||||
'add' => true,
|
'add' => true,
|
||||||
@ -605,7 +600,6 @@ class init extends common
|
|||||||
'delete' => true,
|
'delete' => true,
|
||||||
'deleteAll' => true,
|
'deleteAll' => true,
|
||||||
'export2csv' => true,
|
'export2csv' => true,
|
||||||
'output2csv' => true,
|
|
||||||
],
|
],
|
||||||
'gallery' => [
|
'gallery' => [
|
||||||
'config' => true,
|
'config' => true,
|
||||||
@ -614,9 +608,6 @@ class init extends common
|
|||||||
'add' => true,
|
'add' => true,
|
||||||
'option' => true,
|
'option' => true,
|
||||||
'theme' => true,
|
'theme' => true,
|
||||||
'dirs' => true,
|
|
||||||
'sortGalleries' => true,
|
|
||||||
'sortPictures' => true,
|
|
||||||
],
|
],
|
||||||
'news' => [
|
'news' => [
|
||||||
'add' => true,
|
'add' => true,
|
||||||
|
@ -29,7 +29,6 @@ class form extends common
|
|||||||
'deleteall' => self::GROUP_MODERATOR,
|
'deleteall' => self::GROUP_MODERATOR,
|
||||||
'index' => self::GROUP_VISITOR,
|
'index' => self::GROUP_VISITOR,
|
||||||
'export2csv' => self::GROUP_MODERATOR,
|
'export2csv' => self::GROUP_MODERATOR,
|
||||||
'output2csv' => self::GROUP_MODERATOR,
|
|
||||||
];
|
];
|
||||||
|
|
||||||
public static $data = [];
|
public static $data = [];
|
||||||
|
Loading…
Reference in New Issue
Block a user