Software: Add Additional License Types

This commit is contained in:
johnnyq
2026-04-05 11:48:07 -04:00
parent c434b5e6f0
commit fae74a8b1e
4 changed files with 83 additions and 78 deletions

View File

@@ -135,28 +135,6 @@ $config_whitelabel_key = $row['config_whitelabel_key'];
// Select Arrays
$theme_colors_array = array (
'lightblue',
'blue',
'cyan',
'green',
'olive',
'teal',
'red',
'maroon',
'pink',
'purple',
'indigo',
'fuchsia',
'yellow',
'orange',
'yellow',
'black',
'navy',
'gray'
);
$colors_array = array (
'lightblue',
'blue',
@@ -214,7 +192,12 @@ $asset_types_array = array (
$license_types_array = array (
'Device',
'User'
'User',
'Site',
'Concurrent',
'Trial',
'Perpetual',
'Usage-based'
);
$document_types_array = array (