From eec44c64709c6e9dfc86f734476e547c3c2f67e8 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Wed, 12 Oct 2016 15:34:58 -0300 Subject: Retire restart_httpd.php --- src/etc/inc/priv.defs.inc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/etc/inc/priv.defs.inc') diff --git a/src/etc/inc/priv.defs.inc b/src/etc/inc/priv.defs.inc index 60e8db0..5d68b2b 100644 --- a/src/etc/inc/priv.defs.inc +++ b/src/etc/inc/priv.defs.inc @@ -562,12 +562,6 @@ $priv_list['page-system-packagemanager-installed']['descr'] = gettext("Allow acc $priv_list['page-system-packagemanager-installed']['match'] = array(); $priv_list['page-system-packagemanager-installed']['match'][] = "pkg_mgr_installed.php*"; -$priv_list['page-diagnostics-restart-httpd'] = array(); -$priv_list['page-diagnostics-restart-httpd']['name'] = gettext("WebCfg - Diagnostics: Restart Web Server Daemon"); -$priv_list['page-diagnostics-restart-httpd']['descr'] = gettext("Allow access to the 'Diagnostics: Restart Web Server Daemon' page."); -$priv_list['page-diagnostics-restart-httpd']['match'] = array(); -$priv_list['page-diagnostics-restart-httpd']['match'][] = "restart_httpd.php*"; - $priv_list['page-services-captiveportal'] = array(); $priv_list['page-services-captiveportal']['name'] = gettext("WebCfg - Services: Captive portal"); $priv_list['page-services-captiveportal']['descr'] = gettext("Allow access to the 'Services: Captive portal' page."); -- cgit v1.1