-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinfo.php
26 lines (23 loc) · 953 Bytes
/
info.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?php
/**
* kitFramework
*
* @author Team phpManufaktur <[email protected]>
* @link https://kit2.phpmanufaktur.de
* @copyright 2013 Ralf Hertsch <[email protected]>
* @license MIT License (MIT) http://www.opensource.org/licenses/MIT
*/
if (!defined('WB_PATH')) {
exit('Can\'t access this file directly!');
}
$module_directory = 'kit_framework';
$module_name = 'kitFramework CMS Tool';
$module_function = 'tool';
$module_version = '0.41';
$module_status = 'Stable';
$module_platform = '2.8';
$module_author = 'Ralf Hertsch, Berlin (Germany)';
$module_license = 'MIT License (MIT)';
$module_description = 'Additional Applications and Extensions for your Content Management System, install them with just a click and use them in every WYSIWYG section.';
$module_home = 'https://kit2.phpmanufaktur.de';
$module_guid = 'E699A9B6-40A3-4215-8875-1658DAD960C4';