|
@@ -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))
|
|
|
{
|