Project

General

Profile

1 1457 Luisehahne
<?php
2
/**
3
 *
4
 * @category        module
5
 * @package         droplet
6
 * @author          Ruud Eisinga (Ruud) John (PCWacht)
7
 * @author          WebsiteBaker Project
8 1916 Luisehahne
 * @copyright       2009-2013, Website Baker Org. e.V.
9
 * @link            http://www.websitebaker.org/
10 1457 Luisehahne
 * @license         http://www.gnu.org/licenses/gpl.html
11
 * @platform        WebsiteBaker 2.8.x
12
 * @requirements    PHP 5.2.2 and higher
13
 * @version         $Id$
14 1916 Luisehahne
 * @filesource      $HeadURL$
15 1457 Luisehahne
 * @lastmodified    $Date$
16
 *
17
 */
18 1503 Luisehahne
/* -------------------------------------------------------- */
19
// Must include code to stop this file being accessed directly
20
if(!defined('WB_PATH')) {
21 1457 Luisehahne
22 1503 Luisehahne
	require_once(dirname(dirname(dirname(__FILE__))).'/framework/globalExceptionHandler.php');
23
	throw new IllegalFileException();
24
}
25
/* -------------------------------------------------------- */
26
27 1457 Luisehahne
$module_directory = 'droplets';
28
$module_name = 'Droplets';
29
$module_function = 'tool';
30 1916 Luisehahne
$module_version = '1.3.0';
31 1457 Luisehahne
$module_platform = '2.8.x';
32
$module_author = 'Ruud and pcwacht';
33
$module_license = 'GNU General Public License';
34
$module_description = 'This tool allows you to manage your local Droplets.';