Added workbook call
This commit is contained in:
parent
3c859418f3
commit
d3a49e1b27
|
@ -25,6 +25,7 @@ switch($intent){
|
|||
case "C":
|
||||
rename("data/".$nonce.".csv","data/current.csv");
|
||||
processCsv();
|
||||
include("workbookExport.php");
|
||||
echo "OK";
|
||||
break;
|
||||
default:
|
||||
|
|
Reference in New Issue
Block a user