2
0
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:
azammitdcarf
2010-09-30 00:17:59 +00:00
parent d01db2da15
commit a23e4984e3
6 changed files with 146 additions and 12 deletions

View File

@@ -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');
/**