From 955321a7db7f6c4647a61fac4de98770f7e12dfa Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Sat, 25 Apr 2015 11:57:54 +0200 Subject: [PATCH] dashboard: explicitly land on dashboard The login redirects to index.php, but the ACL doesn't know about `/', which is unfortunate because otherwise we can't land on the dashbard anymore even though we have the rights. While there, consolidate the ACL description for the dashbard. It was status, not system, but now it is lobby anyway... --- src/etc/inc/priv.defs.inc | 4 ++-- src/www/fbegin.inc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/etc/inc/priv.defs.inc b/src/etc/inc/priv.defs.inc index 6ad310d90..c55fdc71c 100644 --- a/src/etc/inc/priv.defs.inc +++ b/src/etc/inc/priv.defs.inc @@ -467,8 +467,8 @@ $priv_list['page-xmlrpcinterfacestats']['match'] = array(); $priv_list['page-xmlrpcinterfacestats']['match'][] = "ifstats.php*"; $priv_list['page-system-login/logout'] = array(); -$priv_list['page-system-login/logout']['name'] = gettext("WebCfg - System: Login / Logout page / Dashboard"); -$priv_list['page-system-login/logout']['descr'] = gettext("Allow access to the 'System: Login / Logout' page and Dashboard."); +$priv_list['page-system-login/logout']['name'] = gettext("WebCfg - Lobby: Login / Logout / Dashboard page"); +$priv_list['page-system-login/logout']['descr'] = gettext("Allow access to the 'Lobby: Login / Logout/ Dashboard' page."); $priv_list['page-system-login/logout']['match'] = array(); $priv_list['page-system-login/logout']['match'][] = "index.php*"; diff --git a/src/www/fbegin.inc b/src/www/fbegin.inc index f119882f5..2f18fa1e4 100755 --- a/src/www/fbegin.inc +++ b/src/www/fbegin.inc @@ -296,7 +296,7 @@ $pgtitle_output = true;