Merge pull request #44 from fevrier/fix_pdf
Corrige le chemin vers les scripts d'export PDF
This commit is contained in:
commit
24774ebbf2
@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
session_start();
|
session_start();
|
||||||
|
|
||||||
require_once('fpdf/phpToPDF.php');
|
require_once('php2pdf/phpToPDF.php');
|
||||||
include_once('fonctions.php');
|
include_once('fonctions.php');
|
||||||
|
|
||||||
$dsondage = get_sondage_from_id($_POST['numsondage']);
|
$dsondage = get_sondage_from_id($_POST['numsondage']);
|
||||||
|
Loading…
Reference in New Issue
Block a user