diff options
| author | Carson Fleming <[email protected]> | 2025-01-02 03:02:11 -0800 |
|---|---|---|
| committer | Carson Fleming <[email protected]> | 2025-01-02 03:02:11 -0800 |
| commit | dcef208b2fd2a0628fc15763d7b2ab9571430b95 (patch) | |
| tree | 870fcdab87d4cf968ad416b5dcb52b33710b5a45 /inbox_settings.php | |
| parent | 2172be0949e44e003cf1d51166764ff791e48e1e (diff) | |
| download | rc-inbox-settings-dcef208b2fd2a0628fc15763d7b2ab9571430b95.tar.gz | |
quick cleanup
Diffstat (limited to 'inbox_settings.php')
| -rw-r--r-- | inbox_settings.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/inbox_settings.php b/inbox_settings.php index ca806e0..9a800a2 100644 --- a/inbox_settings.php +++ b/inbox_settings.php @@ -17,7 +17,6 @@ class inbox_settings extends rcube_plugin { $this->register_action('plugin.inbox_settings', [$this, 'render_settings_ui']); $this->register_action('plugin.inbox_keys', [$this, 'render_keys_ui']); - $this->register_action('plugin.inbox_keys_generate', [$this, 'render_generate_ui']); $this->register_action('plugin.inbox_keys_import', [$this, 'render_import_ui']); $this->register_action('plugin.inbox_keys_delete', [$this, 'delete_selected_keys']); } @@ -197,16 +196,6 @@ class inbox_settings extends rcube_plugin { 'inbox_settings.id'); } - function render_generate_ui() { - $this->rcmail->output->add_handler('plugin.body', [$this, 'render_generate_form']); - $this->rcmail->output->set_pagetitle($this->gettext('keygen')); - $this->rcmail->output->send('plugin'); - } - - function render_generate_form() { - return '<p>Not yet implemented.</p>'; - } - private function import_keys() { if (!isset($_POST['import']) || empty($_POST['key_data'])) return false; |
