adding cron UI, but not working yet
bugfix for captcha
This commit is contained in:
parent
df6c40df29
commit
32169aebbf
7 changed files with 361 additions and 2 deletions
|
|
@ -77,6 +77,10 @@ Returns a hash reference containing operation and package names.
|
|||
|
||||
sub getOperations {
|
||||
return {
|
||||
'manageCron' => 'WebGUI::Operation::Cron',
|
||||
'editCronJob' => 'WebGUI::Operation::Cron',
|
||||
'editCronJobSave' => 'WebGUI::Operation::Cron',
|
||||
'deleteCronJob' => 'WebGUI::Operation::Cron',
|
||||
'spectre' => 'WebGUI::Operation::Spectre',
|
||||
'adminConsole' => 'WebGUI::Operation::Admin',
|
||||
'switchOffAdmin' => 'WebGUI::Operation::Admin',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue