Merge pull request #398 from papettoTV/develop
Fixed failed include PHPExcel.php in Examples/34chartupdate.php
This commit is contained in:
commit
6335e6c008
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue