diff options
Diffstat (limited to 'mod/import.php')
-rw-r--r-- | mod/import.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/import.php b/mod/import.php index b7e48ed7a..bf55b3104 100644 --- a/mod/import.php +++ b/mod/import.php @@ -23,6 +23,7 @@ function import_post(&$a) { if($filesize) { $data = @file_get_contents($src); } + unlink($src); } if(! $src) { |