Skip to content
This repository was archived by the owner on Aug 3, 2022. It is now read-only.

Commit e4cacf6

Browse files
author
Grant Kinney
committed
Use absolute path for autoload.php
1 parent c54f88c commit e4cacf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*/
55

66
// Autoload dependencies installed by composer
7-
require_once '../../autoload.php';
7+
require_once __DIR__ . '/../../autoload.php';
88

99
// Bootstrap piwik application
1010
// Duplicated from vendor/piwik/piwik/index.php

0 commit comments

Comments
 (0)