remove uploaded import file once we're done with it.

This commit is contained in:
friendica
2013-06-08 16:29:56 -07:00
parent c21f8c68e3
commit ee1ecd8ea2
12 changed files with 271 additions and 261 deletions

View File

@@ -22,6 +22,7 @@ function import_post(&$a) {
if($filesize) {
$data = @file_get_contents($src);
}
unlink($src);
}
if(! $src) {