Delete clublog ADIF after upload
这个提交包含在:
父节点
f22b811e79
当前提交
49f7bdf6e8
共有 1 个文件被更改,包括 3 次插入 和 0 次删除
|
|
@ -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 {
|
||||
|
|
|
|||
正在加载…
在新工单中引用