mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Updating to Limesurvey 1.9.1+ revision 11132 (part one)
This commit is contained in:
@@ -32,8 +32,8 @@
|
||||
*/
|
||||
|
||||
if (isset($_REQUEST['homedir'])) {die('You cannot start this script directly');}
|
||||
require_once $homedir.'/classes/pear/PEAR.php';
|
||||
require_once $homedir.'/classes/pear/Spreadsheet/Excel/Writer/Workbook.php';
|
||||
@require_once $homedir.'/classes/pear/PEAR.php';
|
||||
@require_once $homedir.'/classes/pear/Spreadsheet/Excel/Writer/Workbook.php';
|
||||
|
||||
/**
|
||||
* Class for writing Excel Spreadsheets. This class should change COMPLETELY.
|
||||
|
||||
@@ -33,6 +33,7 @@
|
||||
*/
|
||||
|
||||
if (isset($_REQUEST['homedir'])) {die('You cannot start this script directly');}
|
||||
if (!isset($homedir)) die();
|
||||
require_once $homedir.'/classes/pear/PEAR.php';
|
||||
|
||||
/**
|
||||
|
||||
@@ -33,6 +33,8 @@
|
||||
*/
|
||||
|
||||
if (isset($_REQUEST['homedir'])) {die('You cannot start this script directly');}
|
||||
if (!isset($homedir)) die();
|
||||
|
||||
require_once $homedir.'/classes/pear/PEAR.php';
|
||||
|
||||
/**
|
||||
|
||||
@@ -94,7 +94,8 @@ define('SPREADSHEET_EXCEL_WRITER_NE', "<>");
|
||||
|
||||
|
||||
if (isset($_REQUEST['homedir'])) {die('You cannot start this script directly');}
|
||||
require_once $homedir.'/classes/pear/PEAR.php';
|
||||
if (!isset($homedir)) die();
|
||||
@require_once $homedir.'/classes/pear/PEAR.php';
|
||||
|
||||
/**
|
||||
* Class for parsing Excel formulas
|
||||
|
||||
@@ -33,6 +33,7 @@
|
||||
*/
|
||||
|
||||
if (isset($_REQUEST['homedir'])) {die('You cannot start this script directly');}
|
||||
if (!isset($homedir)) die();
|
||||
require_once $homedir.'/classes/pear/Spreadsheet/Excel/Writer/Format.php';
|
||||
require_once $homedir.'/classes/pear/Spreadsheet/Excel/Writer/BIFFwriter.php';
|
||||
require_once $homedir.'/classes/pear/Spreadsheet/Excel/Writer/Worksheet.php';
|
||||
|
||||
@@ -33,6 +33,7 @@
|
||||
*/
|
||||
|
||||
if (isset($_REQUEST['homedir'])) {die('You cannot start this script directly');}
|
||||
if (!isset($homedir)) die();
|
||||
require_once $homedir.'/classes/pear/Spreadsheet/Excel/Writer/Parser.php';
|
||||
require_once $homedir.'/classes/pear/Spreadsheet/Excel/Writer/BIFFwriter.php';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user