summaryrefslogtreecommitdiff
path: root/app/Controllers/configureController.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controllers/configureController.php')
-rwxr-xr-xapp/Controllers/configureController.php19
1 files changed, 5 insertions, 14 deletions
diff --git a/app/Controllers/configureController.php b/app/Controllers/configureController.php
index b7b88b3ba..789e9dfb0 100755
--- a/app/Controllers/configureController.php
+++ b/app/Controllers/configureController.php
@@ -168,11 +168,11 @@ class FreshRSS_configure_Controller extends Minz_ActionController {
*/
public function shortcutAction() {
$list_keys = array('a', 'b', 'backspace', 'c', 'd', 'delete', 'down', 'e', 'end', 'enter',
- 'escape', 'f', 'g', 'h', 'home', 'i', 'insert', 'j', 'k', 'l', 'left',
- 'm', 'n', 'o', 'p', 'page_down', 'page_up', 'q', 'r', 'return', 'right',
- 's', 'space', 't', 'tab', 'u', 'up', 'v', 'w', 'x', 'y',
- 'z', 'f1', 'f2', 'f3', 'f4', 'f5', 'f6', 'f7', 'f8', 'f9',
- 'f10', 'f11', 'f12');
+ 'escape', 'f', 'g', 'h', 'home', 'i', 'insert', 'j', 'k', 'l', 'left',
+ 'm', 'n', 'o', 'p', 'page_down', 'page_up', 'q', 'r', 'return', 'right',
+ 's', 'space', 't', 'tab', 'u', 'up', 'v', 'w', 'x', 'y',
+ 'z', 'f1', 'f2', 'f3', 'f4', 'f5', 'f6', 'f7', 'f8', 'f9',
+ 'f10', 'f11', 'f12');
$this->view->list_keys = $list_keys;
if (Minz_Request::isPost()) {
@@ -197,15 +197,6 @@ class FreshRSS_configure_Controller extends Minz_ActionController {
}
/**
- * This action display the user configuration page
- *
- * @todo move that action in the user controller
- */
- public function usersAction() {
- Minz_View::prependTitle(_t('users') . ' ยท ');
- }
-
- /**
* This action handles the archive configuration page.
*
* It displays the archive configuration page.