Fixed failed include PHPExcel.php

This commit is contained in:
yokota 2014-07-09 10:53:03 +09:00
parent 59ef7c3325
commit 1694960cd5
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);