N°9144 Split audit & install sequencers

This commit is contained in:
Timothee
2026-02-12 15:50:07 +01:00
parent 4d789aeccc
commit b257d254d6
8 changed files with 1256 additions and 1187 deletions

14
setup/SetupDBBackup.php Normal file
View File

@@ -0,0 +1,14 @@
<?php
class SetupDBBackup extends DBBackup
{
protected function LogInfo($sMsg)
{
SetupLog::Ok('Info - '.$sMsg);
}
protected function LogError($sMsg)
{
SetupLog::Ok('Error - '.$sMsg);
}
}