Skip to content

Commit bf0e984

Browse files
author
ouardisoft
committed
Edited PHPExcel.php via GitHub
1 parent 266e55b commit bf0e984

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PHPExcel.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828

2929
/** PHPExcel root directory */
3030
if (!defined('PHPEXCEL_ROOT')) {
31-
define('PHPEXCEL_ROOT', dirname(__FILE__) . '/');
32-
require(PHPEXCEL_ROOT . 'Autoloader.php');
31+
define('PHPEXCEL_ROOT', dirname(__FILE__) . '/../');
32+
require(dirname(__FILE__) . '/' . 'Autoloader.php');
3333
}
3434

3535

0 commit comments

Comments
 (0)