-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinfo.php
More file actions
25 lines (22 loc) · 795 Bytes
/
Copy pathinfo.php
File metadata and controls
25 lines (22 loc) · 795 Bytes
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
<?php
declare(strict_types=1);
/**
* @package Subway
* @version 0.1.0
* @authors Kant (Aldus)
* @license CC BY-SA 4.0
* @license_terms https://creativecommons.org/licenses/by-sa/4.0/
* @platform WBCE 1.6.x
* @requirements PHP 8.4.x (8.3 recommented)
*/
$module_directory = 'Subway';
$module_name = 'Subway';
$module_function = 'tool, initialize';
$module_version = '0.1.1';
$module_status = 'alpha';
$module_platform = '1.6.4';
$module_author = 'Kant (Aldus)';
$module_license = 'CC BY-SA 4.0';
$module_description = 'Nothing more and nothing less than a private study for WBCE and some additional code.';
$module_guid = '9A4C71C8-E9DA-413D-A226-D31FB4A5E77F';
$module_icon = 'fa fa-diamond';