Dotclear

source: plugins/pacKman/_define.php @ 3246

Revision 3246, 901 bytes checked in by JcDenis, 10 years ago (diff)

Fix notice (unremoved old var), Fix install version comparison

Line 
1<?php
2# -- BEGIN LICENSE BLOCK ----------------------------------
3#
4# This file is part of pacKman, a plugin for Dotclear 2.
5#
6# Copyright (c) 2009-2013 Jean-Christian Denis and contributors
7# contact@jcdenis.fr
8#
9# Licensed under the GPL version 2.0 license.
10# A copy of this license is available in LICENSE file or at
11# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
12#
13# -- END LICENSE BLOCK ------------------------------------
14
15if (!defined('DC_RC_PATH')) {
16
17     return null;
18}
19
20$this->registerModule(
21     /* Name */
22     "pacKman",
23     /* Description*/
24     "Manage your Dotclear packages",
25     /* Author */
26     "Jean-Christian Denis",
27     /* Version */
28     '2013.11.03',
29     /* Properies */
30     array(
31          'permissions' => null,
32          'type' => 'plugin',
33          'dc_min' => '2.6',
34          'support' => 'http://jcd.lv/q=pacKman',
35          'details' => 'http://plugins.dotaddict.org/dc2/details/pacKman'
36     )
37);
Note: See TracBrowser for help on using the repository browser.

Sites map