質問編集履歴
1
編集
title
CHANGED
File without changes
|
body
CHANGED
@@ -21,7 +21,7 @@
|
|
21
21
|
header('Content-Type: text/csv');
|
22
22
|
header('Content-Disposition: attachment; filename="テスト.csv"');
|
23
23
|
|
24
|
-
include ('../config/myconf/csvExport/
|
24
|
+
include ('../config/myconf/csvExport/Hoges.php');
|
25
25
|
|
26
26
|
$this->autoRender = false;
|
27
27
|
|