Skip to content

Commit 845ce2f

Browse files
authored
Add Module Version
This shows the current module version being used in the module settings tab.
1 parent 1f5efa2 commit 845ce2f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

modules/servers/AMP/AMP.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,12 @@ function ($table) {
202202
'Options' => 'Standalone URL,Target/Node IP Address',
203203
'Default' => 'Target/Node IP Address',
204204
'Description' => '<br><br>Select how the Endpoints should be displayed on the Client section within WHMCS',
205-
)
205+
),
206+
"WHMCS Module Version" => array(
207+
'Type' => 'readonly',
208+
'Default' => '',
209+
'Description' => '1.0',
210+
)
206211
];
207212
return $fields;
208213

0 commit comments

Comments
 (0)