added data serialization, encryption, and ip subnet checking to spectre
This commit is contained in:
parent
6595290272
commit
75ecd4d7f4
9 changed files with 139 additions and 6 deletions
|
|
@ -77,6 +77,7 @@ Returns a hash reference containing operation and package names.
|
|||
|
||||
sub getOperations {
|
||||
return {
|
||||
'spectre' => 'WebGUI::Operation::Spectre',
|
||||
'adminConsole' => 'WebGUI::Operation::Admin',
|
||||
'switchOffAdmin' => 'WebGUI::Operation::Admin',
|
||||
'switchOnAdmin' => 'WebGUI::Operation::Admin',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue