Fixed failed include PHPExcel.php
This commit is contained in:
parent
59ef7c3325
commit
1694960cd5
|
@ -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