Merge pull request #398 from papettoTV/develop

Fixed failed include PHPExcel.php in Examples/34chartupdate.php
This commit is contained in:
Progi1984 2014-07-09 08:31:19 +02:00
commit 6335e6c008
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ date_default_timezone_set('Europe/London');
*/ */
/** PHPExcel */ /** PHPExcel */
include '../Classes/PHPExcel.php'; require_once dirname(__FILE__) . '/../Classes/PHPExcel.php';
if (!file_exists("33chartcreate-bar.xlsx")) { if (!file_exists("33chartcreate-bar.xlsx")) {
exit("Please run 33chartcreate-bar.php first." . EOL); exit("Please run 33chartcreate-bar.php first." . EOL);