mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-26 08:28:31 +00:00
Updated include paths for examples
This commit is contained in:
@@ -37,7 +37,7 @@ date_default_timezone_set('Europe/London');
|
||||
*/
|
||||
|
||||
/** Include path **/
|
||||
set_include_path(get_include_path() . PATH_SEPARATOR . '../Classes/');
|
||||
set_include_path(get_include_path() . PATH_SEPARATOR . dirname(__FILE__) . '/../Classes/');
|
||||
|
||||
/** PHPExcel_IOFactory */
|
||||
include 'PHPExcel/IOFactory.php';
|
||||
|
||||
Reference in New Issue
Block a user