remove uploaded import file once we're done with it.
This commit is contained in:
@@ -22,6 +22,7 @@ function import_post(&$a) {
|
||||
if($filesize) {
|
||||
$data = @file_get_contents($src);
|
||||
}
|
||||
unlink($src);
|
||||
}
|
||||
|
||||
if(! $src) {
|
||||
|
Reference in New Issue
Block a user