-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo.php
30 lines (28 loc) · 1.08 KB
/
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
27
28
29
30
<?php
/**
*
* @category Addons
* @package Admin tool: User Statistics
* @copyright Uwe Jacobsen <[email protected]>, Christian Sommer, Evaki
* @author Uwe Jacobsen <[email protected]>, Christian Sommer, Evaki
* @license http://www.gnu.org/licenses/gpl.html GPL License
* @version 1.0.3
* @lastmodified $Date: $
* @since File available since 2016-03-24
* @description info for wysiwyg editor
*
*
* info.php
*/
/* -------------------------------------------------------- */
$module_directory = 'userstat';
$module_name = 'User Statistics';
$module_function = 'tool';
$module_version = '1.0.4';
$module_platform = '2.8.3-SP6';
$module_author = 'Jacobi22, Christian Sommer';
$module_license = '<a href="http://www.gnu.org/licenses/gpl.html">GNU General Public Licencse 3.0</a>';
$module_license_terms = '-';
$module_requirements = '-';
$module_description = 'This module creates a list of registered users with their last login details.';
// end of file