Skip to content

Commit e115a85

Browse files
authored
Fix path for Config.php inclusion check
1 parent e27c7b0 commit e115a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
header('CRM: would redirect');
3131

32-
if (file_exists(__DIR__ . 'Include/Config.php')) {
32+
if (file_exists('Include/Config.php')) {
3333
require_once __DIR__ . '/Include/Config.php';
3434
} else {
3535
header('Location: setup');

0 commit comments

Comments
 (0)