forked from ZwiiCMS-Team/ZwiiCMS
Conformité avec les nouvelles nouvelles constantes
This commit is contained in:
parent
6a7642e5a0
commit
79442c9174
@ -14,6 +14,12 @@
|
|||||||
|
|
||||||
class download extends common {
|
class download extends common {
|
||||||
|
|
||||||
|
const VERSION = '1.0';
|
||||||
|
const REALNAME = 'Téléchargement';
|
||||||
|
const DELETE = true;
|
||||||
|
const UPDATE = true;
|
||||||
|
const DATADIRECTORY = []; // Contenu localisé inclus par défaut (page.json et module.json)
|
||||||
|
|
||||||
const EDIT_OWNER = 'owner';
|
const EDIT_OWNER = 'owner';
|
||||||
const EDIT_GROUP = 'group';
|
const EDIT_GROUP = 'group';
|
||||||
const EDIT_ALL = 'all';
|
const EDIT_ALL = 'all';
|
||||||
@ -93,9 +99,6 @@ class download extends common {
|
|||||||
|
|
||||||
public static $users = [];
|
public static $users = [];
|
||||||
|
|
||||||
const VERSION = '1.0';
|
|
||||||
const REALNAME = 'Téléchargement';
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Flux RSS
|
* Flux RSS
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user