Delete clublog ADIF after upload

pull/360/head
Peter Goodhall 2019-10-05 19:21:07 +01:00
rodzic f22b811e79
commit 49f7bdf6e8
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -103,6 +103,9 @@ class Clublog extends CI_Controller {
} else {
echo "Error ".$response;
}
// Delete the ADIF file used for clublog
unlink('uploads/clublog'.$ranid.$station_row->station_id.'.adi');
}
} else {