We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd5be8c commit 16ea2ddCopy full SHA for 16ea2dd
1 file changed
pfSense-pkg-API/files/usr/local/www/api/v1/status/carp/index.php
@@ -16,7 +16,6 @@
16
$read_only_action = true; // Set whether this action requires read only access
17
$req_privs = array("page-all", "page-status-carp"); // Array of privs allowed
18
$http_method = $_SERVER['REQUEST_METHOD']; // Save our HTTP method
19
-$gw_array = array(); // Init our return array
20
21
// RUN TIME-------------------------------------------------------------------------------------------------------------
22
// Check that client is authenticated and authorized
0 commit comments