N°9165 - secure data cleanup

This commit is contained in:
Eric Espié
2026-04-30 10:20:25 +02:00
committed by GitHub
parent 0fc7434794
commit 4582256f01
31 changed files with 1505 additions and 511 deletions

View File

@@ -312,9 +312,6 @@ if ($bInstall) {
} else {
echo "\nFailed to record designer updates(".$oMysqli->error.").\n";
}
} else {
echo "\nFailed to read the revision from $sDeltaFile file. No designer update information will be recorded.\n";
}
}
}
@@ -349,8 +346,7 @@ if (! $bFoundIssues) {
$sLogMsg = "installed!";
if ($bUseItopConfig && is_file("$sConfigFile.backup")) {
echo "\nuse config file provided by backup in $sConfigFile.";
copy("$sConfigFile.backup", $sConfigFile);
unlink("$sConfigFile.backup");
}
SetupLog::Info($sLogMsg);