Changeset 3730:5c45a5df9a59 for plugins/importExport/_define.php
- Timestamp:
- 03/08/18 17:58:39 (8 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/importExport/_define.php
r2566 r3730 10 10 # 11 11 # -- END LICENSE BLOCK ----------------------------------------- 12 if (!defined('DC_RC_PATH')) { return;}12 if (!defined('DC_RC_PATH')) {return;} 13 13 14 14 $this->registerModule( 15 /* Name */ "Import / Export", 16 /* Description*/ "Import and Export your blog", 17 /* Author */ "Olivier Meunier & Contributors", 18 /* Version */ '3.2', 19 20 'permissions' =>'admin',21 'type' =>'plugin'22 15 "Import / Export", // Name 16 "Import and Export your blog", // Description 17 "Olivier Meunier & Contributors", // Author 18 '3.2', // Version 19 array( 20 'permissions' => 'admin', 21 'type' => 'plugin' 22 ) 23 23 );
Note: See TracChangeset
for help on using the changeset viewer.