We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 59ef7c3 + 1694960 commit 6335e6cCopy full SHA for 6335e6c
Examples/34chartupdate.php
@@ -37,7 +37,7 @@
37
*/
38
39
/** PHPExcel */
40
-include '../Classes/PHPExcel.php';
+require_once dirname(__FILE__) . '/../Classes/PHPExcel.php';
41
42
if (!file_exists("33chartcreate-bar.xlsx")) {
43
exit("Please run 33chartcreate-bar.php first." . EOL);
0 commit comments