diff options
-rwxr-xr-x | usr/local/www/diag_backup.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/local/www/diag_backup.php b/usr/local/www/diag_backup.php index 44987d8..eeb8d0c 100755 --- a/usr/local/www/diag_backup.php +++ b/usr/local/www/diag_backup.php @@ -113,7 +113,6 @@ if ($_POST) { exit; } else if ($mode == "restore") { if (is_uploaded_file($_FILES['conffile']['tmp_name'])) { - $command = "/sbin/sysctl -a | grep carp"; $fd = fopen($_FILES['conffile']['tmp_name'], "r"); if(!$fd) { log_error("Warning, could not open " . $_FILES['conffile']['tmp_name']); |