diff options
author | Renato Botelho <renato@netgate.com> | 2015-10-27 14:45:23 -0200 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2015-10-27 15:36:31 -0200 |
commit | fb08d0e1912fc414baec58b2976da16b5133d554 (patch) | |
tree | 0b02452fef96d8c40e5a419af225058899c4e706 | |
parent | d00db665d64691cb680ccbcc3ef9cc1224e953e4 (diff) | |
download | pfsense-fb08d0e1912fc414baec58b2976da16b5133d554.zip pfsense-fb08d0e1912fc414baec58b2976da16b5133d554.tar.gz |
Remove unused call to update_status_output()
-rw-r--r-- | src/usr/local/www/diag_backup.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/usr/local/www/diag_backup.php b/src/usr/local/www/diag_backup.php index 9adc6a9..be4cc5c 100644 --- a/src/usr/local/www/diag_backup.php +++ b/src/usr/local/www/diag_backup.php @@ -178,8 +178,6 @@ function add_base_packages_menu_items() { $modified_config = true; } } - $static_output .= "done.\n"; - update_output_window($static_output); } } } |