From c642ad90f9262f8e6395b011dac3d76edc89fe52 Mon Sep 17 00:00:00 2001 From: Adphi Date: Sat, 19 Jan 2019 16:16:04 +0100 Subject: [PATCH] fixed navigation --- appinfo/info.xml | 6 ++++-- js/index.js | 2 +- lib/Controller/OCCController.php | 1 - 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 23ec806..ceafec8 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -15,9 +15,11 @@ - + OCCWeb - occweb.page.index + app.svg + link + occweb.occ.index diff --git a/js/index.js b/js/index.js index e1cfe27..88d4feb 100644 --- a/js/index.js +++ b/js/index.js @@ -23,7 +23,7 @@ term.echo('\n' + response).resume(); }); }, { - greetings: '[[;green;]' + new Date().toString().slice(0, 24) + "]\n\nPress Enter for more information on occ commands.\n", + greetings: '[[;green;]' + new Date().toString().slice(0, 24) + "]\n\nPress [[;#ff5e99;]Enter] for more information on [[;#009ae3;]occ] commands.\n", name: 'occ', prompt: 'occ $ ', completion: response, diff --git a/lib/Controller/OCCController.php b/lib/Controller/OCCController.php index 9ce486a..581f223 100644 --- a/lib/Controller/OCCController.php +++ b/lib/Controller/OCCController.php @@ -51,7 +51,6 @@ class OCCController extends Controller implements IRequest * basically the only required method to add this exemption, don't * add it to any other method if you don't exactly know what it does * - * @NoAdminRequired * @NoCSRFRequired */ public function index()