changes : ps
This commit is contained in:
parent
6fb4a85569
commit
1d4fcc7ebc
@ -1920,7 +1920,7 @@ class Request_DataDump_Controller extends REST_Controller {
|
||||
$content = trim(file_get_contents(APPPATH.'docs/DataDump.xls'));
|
||||
return $content;
|
||||
}
|
||||
public function downloadDataDump2_get(){
|
||||
public function downloadDataDump2_post(){
|
||||
// $pth = file_get_contents(APPPATH."docs/DataDump.xls");
|
||||
// $nme = "sample_file.xls";
|
||||
// force_download($nme, $pth);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user