|
@@ -176,6 +176,7 @@ class WizardController
|
|
|
$oP->add("<h2>Fatal error</h2>\n");
|
|
|
$oP->error("<b>Error:</b> the configuration file '".$sConfigFile."' already exists and cannot be overwritten.");
|
|
|
$oP->p("The wizard cannot modify the configuration file for you. If you want to upgrade ".ITOP_APPLICATION.", make sure that the file '<b>".realpath($sConfigFile)."</b>' can be modified by the web server.");
|
|
|
+ $oP->p('<button type="button" onclick="window.location.reload()">Reload</button>');
|
|
|
$oP->output();
|
|
|
return;
|
|
|
}
|