Revision 448280c3
Added by k-paulius over 9 years ago
src/etc/inc/priv.defs.inc | ||
---|---|---|
797 | 797 |
$priv_list['page-services-igmpproxy-edit']['match'][] = "services_igmpproxy_edit.php*"; |
798 | 798 |
|
799 | 799 |
$priv_list['page-services-ntpd'] = array(); |
800 |
$priv_list['page-services-ntpd']['name'] = gettext("WebCfg - Services: NTP"); |
|
801 |
$priv_list['page-services-ntpd']['descr'] = gettext("Allow access to the 'Services: NTP' page."); |
|
800 |
$priv_list['page-services-ntpd']['name'] = gettext("WebCfg - Services: NTP Settings");
|
|
801 |
$priv_list['page-services-ntpd']['descr'] = gettext("Allow access to the 'Services: NTP Settings' page.");
|
|
802 | 802 |
$priv_list['page-services-ntpd']['match'] = array(); |
803 | 803 |
$priv_list['page-services-ntpd']['match'][] = "services_ntpd.php*"; |
804 | 804 |
|
Also available in: Unified diff
Rename NTP tab to Settings to be more user friendly.