[DX Atlas Gridsquare Export] Changed filename for export.
这个提交包含在:
父节点
54c4943798
当前提交
16b3d89ffe
共有 1 个文件被更改,包括 2 次插入 和 2 次删除
|
|
@ -25,7 +25,7 @@ class Dxatlas extends CI_Controller {
|
|||
|
||||
}
|
||||
|
||||
public function export() {
|
||||
public function export() {
|
||||
$this->load->model('dxatlas_model');
|
||||
|
||||
// Parameters
|
||||
|
|
@ -100,7 +100,7 @@ class Dxatlas extends CI_Controller {
|
|||
}
|
||||
|
||||
function makeZip($gridWkdString, $gridCfmString, $band) {
|
||||
$zipFileName = $this->session->userdata('user_callsign') . '_'. $band . '.zip';
|
||||
$zipFileName = 'dxatlas_gridsquares_'. $band . '.zip';
|
||||
// Prepare File
|
||||
$file = tempnam("tmp", "zip");
|
||||
$zip = new ZipArchive();
|
||||
|
|
|
|||
正在加载…
在新工单中引用