mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
Make sure that we reference the config file using an absolute path... just in case...
SVN:trunk[1775]
This commit is contained in:
@@ -7,7 +7,7 @@ $sSetupPage = './setup/index.php';
|
||||
* Check that the configuration file exists and has the appropriate access rights
|
||||
* If the file does not exist, launch the configuration wizard to create it
|
||||
*/
|
||||
if (file_exists($sConfigFile))
|
||||
if (file_exists(dirname(__FILE__).'/'.$sConfigFile))
|
||||
{
|
||||
if (!is_readable($sConfigFile))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user