Error: Unable to read the configuration file: '$sConfigFile'. Please check the access rights on this file.

"; } elseif (is_writable($sConfigFile)) { require_once(APPROOT.'setup/setuputils.class.inc.php'); if (SetupUtils::IsInReadOnlyMode()) { echo "

Warning: the application is currently in maintenance, please wait.

"; echo "

Click here to ignore this warning and continue to run iTop in read-only mode.

"; } else { echo <<Security Warning: the configuration file '{$sConfigFile}' should be read-only.

Please modify the access rights to this file.

Click here to ignore this warning and continue to run iTop.

HTML; } } else { header("Location: $sStartPage"); } } else { // Config file does not exist, need to run the setup wizard to create it header("Location: $sSetupPage"); }