Skip to content

Commit 16ea2dd

Browse files
Removed unnecessary var declarations from /status/carp/index.php
1 parent bd5be8c commit 16ea2dd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • pfSense-pkg-API/files/usr/local/www/api/v1/status/carp

pfSense-pkg-API/files/usr/local/www/api/v1/status/carp/index.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
$read_only_action = true; // Set whether this action requires read only access
1717
$req_privs = array("page-all", "page-status-carp"); // Array of privs allowed
1818
$http_method = $_SERVER['REQUEST_METHOD']; // Save our HTTP method
19-
$gw_array = array(); // Init our return array
2019

2120
// RUN TIME-------------------------------------------------------------------------------------------------------------
2221
// Check that client is authenticated and authorized

0 commit comments

Comments
 (0)