Skip to content

Commit

Permalink
Remove some copy-paste nonsense, these files are not shipped with the…
Browse files Browse the repository at this point in the history
… package
  • Loading branch information
doktornotor committed Dec 17, 2016
1 parent 6c07db0 commit ed6fbb7
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* quagga_ospfd.priv.inc
*
* part of pfSense (https://www.pfsense.org)
* Copyright (c) 2015 Rubicon Communications, LLC (Netgate)
* Copyright (c) 2015-2016 Rubicon Communications, LLC (Netgate)
* All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -29,14 +29,10 @@ $priv_list['page-services-quagga']['match'] = array();
$priv_list['page-services-quagga']['match'][] = "pkg.php?xml=quagga_ospfd.xml*";
$priv_list['page-services-quagga']['match'][] = "pkg.php?xml=quagga_ospfd_interfaces.xml*";
$priv_list['page-services-quagga']['match'][] = "pkg.php?xml=quagga_ospfd_raw.xml*";
$priv_list['page-services-quagga']['match'][] = "pkg.php?xml=bind_views.xml*";
$priv_list['page-services-quagga']['match'][] = "pkg.php?xml=bind_zones.xml*";

$priv_list['page-services-quagga']['match'][] = "pkg_edit.php?xml=quagga_ospfd.xml*";
$priv_list['page-services-quagga']['match'][] = "pkg_edit.php?xml=quagga_ospfd_interfaces.xml*";
$priv_list['page-services-quagga']['match'][] = "pkg_edit.php?xml=quagga_ospfd_raw.xml*";
$priv_list['page-services-quagga']['match'][] = "pkg_edit.php?xml=bind_views.xml*";
$priv_list['page-services-quagga']['match'][] = "pkg_edit.php?xml=bind_zones.xml*";

$priv_list['page-services-quagga']['match'][] = "status_ospfd.php*";

Expand Down

0 comments on commit ed6fbb7

Please sign in to comment.