Updated include paths for examples

This commit is contained in:
Maarten Balliauw
2013-07-10 13:33:04 +02:00
parent 5818a79e67
commit 8057604241
71 changed files with 71 additions and 71 deletions
+1 -1
View File
@@ -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';