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

Commit b7993b8

Browse files
committed
include config file fix
1 parent 8d24142 commit b7993b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imanager/lib/Setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public function __construct()
1414
{
1515
if(file_exists(IM_CONFIG_FILE)) $this->init();
1616
include('inc/config.php');
17-
if(file_exists(IM_SETTINGS_DIR.'config.php')) include('inc/config.php');
17+
if(file_exists(IM_SETTINGS_DIR.'config.php')) include(IM_SETTINGS_DIR.'config.php');
1818
}
1919

2020

0 commit comments

Comments
 (0)