Changeset 74912 in spip-zone for _plugins_/mesfavoris/mesfavoris_autoriser.php
- Timestamp:
- Aug 23, 2013, 3:24:09 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/mesfavoris/mesfavoris_autoriser.php
r74895 r74912 7 7 */ 8 8 9 // Sécurité 9 /** 10 * Définit les autorisations du plugin forum 11 * 12 * @package SPIP\Mesfavoris\Autorisations 13 */ 14 15 / Sécurité 10 16 if (!defined("_ECRIRE_INC_VERSION")) return; 11 17 … … 16 22 * Ici les admins (non restreint) ont tous les droits 17 23 * Et les auteurs peuvent modifier leurs favoris 18 * 24 * 25 * @pipeline autoriser 19 26 * @param string $faire Action 20 27 * @param string $type Type d'objet
Note: See TracChangeset
for help on using the changeset viewer.