1
|
<?php
|
2
|
/**
|
3
|
*
|
4
|
* @category module
|
5
|
* @package droplet
|
6
|
* @author Ruud Eisinga (Ruud) John (PCWacht)
|
7
|
* @author WebsiteBaker Project
|
8
|
* @copyright 2004-2009, Ryan Djurovich
|
9
|
* @copyright 2009-2011, Website Baker Org. e.V.
|
10
|
* @link http://www.websitebaker2.org/
|
11
|
* @license http://www.gnu.org/licenses/gpl.html
|
12
|
* @platform WebsiteBaker 2.8.x
|
13
|
* @requirements PHP 5.2.2 and higher
|
14
|
* @version $Id: info.php 1475 2011-07-12 23:07:10Z Luisehahne $
|
15
|
* @filesource $HeadURL: svn://isteam.dynxs.de/wb-archiv/branches/2.8.x/wb/modules/droplets/info.php $
|
16
|
* @lastmodified $Date: 2011-07-13 01:07:10 +0200 (Wed, 13 Jul 2011) $
|
17
|
*
|
18
|
*/
|
19
|
|
20
|
$module_directory = 'droplets';
|
21
|
$module_name = 'Droplets';
|
22
|
$module_function = 'tool';
|
23
|
$module_version = '1.1.0';
|
24
|
$module_platform = '2.8.x';
|
25
|
$module_author = 'Ruud and pcwacht';
|
26
|
$module_license = 'GNU General Public License';
|
27
|
$module_description = 'This tool allows you to manage your local Droplets.';
|
28
|
|
29
|
$module_home = 'http://www.websitebakers.com/pages/droplets/about-droplets.php';
|
30
|
$module_guid = '9F2AC2DF-C3E1-4E15-BA4C-2A86E37FE6E5';
|