summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xusr/local/www/diag_backup.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_backup.php b/usr/local/www/diag_backup.php
index 6fc8df1..6ee1015 100755
--- a/usr/local/www/diag_backup.php
+++ b/usr/local/www/diag_backup.php
@@ -76,7 +76,7 @@ if ($_POST) {
header("Content-Disposition: attachment; filename=$fn");
header("Content-Length: $fs");
readfile($g['tmp_path'] . "/backup_section.txt","w");
- unlink($g['tmp_path'] . "/backup_section.txt","w");
+ unlink($g['tmp_path'] . "/backup_section.txt");
} else {
$fs = filesize($g['conf_path'] . "/config.xml");
header("Content-Type: application/octet-stream");
OpenPOWER on IntegriCloud