#452 : change parseFormula and checkFormula in a OO Way + renaming of functions and file, create a new class : Impress
This commit is contained in:
parent
1d233ea1b7
commit
427db197ee
17 changed files with 265 additions and 252 deletions
|
|
@ -25,7 +25,7 @@ require_once ("ac_common.php");
|
|||
require_once('class_database.php');
|
||||
require_once ('class_user.php');
|
||||
require_once("class_acc_report.php");
|
||||
require_once("impress_inc.php");
|
||||
require_once("class_impress.php");
|
||||
header('Pragma: public');
|
||||
header('Content-type: application/csv');
|
||||
header('Content-Disposition: attachment;filename="rapport.csv"',FALSE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue