mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Added icon for scanner
Updated queXMLPDF class to point to TCPDF isntallation Added icon to limesurvey page Modified export_structure_quexml to be able to export a string of noheader specified
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
* Modify these two lines to point to your TCPDF installation
|
||||
* Tested with TCPDF 5.8.008 - see http://www.tcpdf.org/
|
||||
*/
|
||||
require_once('/var/lib/tcpdf/config/lang/eng.php');
|
||||
require_once('/var/lib/tcpdf/tcpdf.php');
|
||||
require_once(dirname(__FILE__) . '/../tcpdf/config/lang/eng.php');
|
||||
require_once(dirname(__FILE__) . '/../tcpdf/tcpdf.php');
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user