-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinfo.php
More file actions
23 lines (22 loc) · 742 Bytes
/
Copy pathinfo.php
File metadata and controls
23 lines (22 loc) · 742 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?php
/**
*
* @package WBCE - admintools
* @authors Kant (Aldus)
* @version 1.0.0
* @platform WBCE 1.6.x
* @license CC BY-SA 4.0
* @license_terms https://creativecommons.org/licenses/by-sa/4.0/
*
*/
$module_directory = 'InitialPage';
$module_name = 'Initial page';
$module_function = 'tool, initialize';
$module_version = '1.0.0';
$module_platform = '1.6.8';
$module_author = 'Kant (Aldus)';
$module_license = 'CC BY-SA 4.0';
$module_description = 'Admintool to jump direct to a backendpage oder administation tool after login.';
$module_home = '-';
$module_guid = 'E176273D-D9DD-4D96-80F6-652C00461F99';
$module_icon = 'fa fa-hand-o-right';