summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www
diff options
context:
space:
mode:
authorjim-p <jimp@netgate.com>2019-05-11 18:55:28 -0400
committerjim-p <jimp@netgate.com>2019-05-11 18:55:48 -0400
commit7ccb452496e7463d508fa32c7450e381f09b468e (patch)
tree4620c8b539dbeb86262d402b5fc033f402d3e6d1 /src/usr/local/www
parent6cb5a9376280a8fe7a5de82de83d09cebfd98bd9 (diff)
downloadpfsense-7ccb452496e7463d508fa32c7450e381f09b468e.zip
pfsense-7ccb452496e7463d508fa32c7450e381f09b468e.tar.gz
Fix ACB privileges. Fixes #9519
(cherry picked from commit 18c1de41332473dacd8a24ddf34e558f6366c714)
Diffstat (limited to 'src/usr/local/www')
-rw-r--r--src/usr/local/www/services_acb.php8
-rw-r--r--src/usr/local/www/services_acb_backup.php8
-rw-r--r--src/usr/local/www/services_acb_settings.php6
3 files changed, 19 insertions, 3 deletions
diff --git a/src/usr/local/www/services_acb.php b/src/usr/local/www/services_acb.php
index 56bfc6d..054eef3 100644
--- a/src/usr/local/www/services_acb.php
+++ b/src/usr/local/www/services_acb.php
@@ -18,6 +18,14 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+
+##|+PRIV
+##|*IDENT=page-services-acb
+##|*NAME=Services: Auto Config Backup: Restore
+##|*DESCR=Restore from auto config backup.
+##|*MATCH=services_acb.php*
+##|-PRIV
+
require("guiconfig.inc");
require("acb.inc");
diff --git a/src/usr/local/www/services_acb_backup.php b/src/usr/local/www/services_acb_backup.php
index 085218b..a6bb7d7 100644
--- a/src/usr/local/www/services_acb_backup.php
+++ b/src/usr/local/www/services_acb_backup.php
@@ -18,6 +18,14 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+
+##|+PRIV
+##|*IDENT=page-services-acb-backup
+##|*NAME=Services: Auto Config Backup: Backup Now
+##|*DESCR=Create a new auto config backup entry.
+##|*MATCH=services_acb_backup.php*
+##|-PRIV
+
require_once("globals.inc");
require_once("guiconfig.inc");
require_once("acb.inc");
diff --git a/src/usr/local/www/services_acb_settings.php b/src/usr/local/www/services_acb_settings.php
index 6d902af..676839e 100644
--- a/src/usr/local/www/services_acb_settings.php
+++ b/src/usr/local/www/services_acb_settings.php
@@ -24,10 +24,10 @@
*/
##|+PRIV
-##|*IDENT=page-system-autoconfigbackup
-##|*NAME=System: Auto COnfig Backup
+##|*IDENT=page-services-acb-settings
+##|*NAME=Services: Auto Config Backup: Settings
##|*DESCR=Configure the auto config backup system.
-##|*MATCH=autoconfigbackup-settings.php*
+##|*MATCH=services_acb_settings.php*
##|-PRIV
require_once("guiconfig.inc");
OpenPOWER on IntegriCloud