Task 0001912: Developpement DEBUG new system with level

This commit is contained in:
sparkyx 2021-03-19 14:09:45 +01:00
parent 5956d4620c
commit a2c0e116fa
23 changed files with 96 additions and 70 deletions

View file

@ -354,10 +354,10 @@ if ($op=='upgradeCore')
$progress->set_value(5);
$core->download();
$progress->set_value(55);
if (!DEBUG )
if ( DEBUGNOALYSS > 0 )
{
$core->install();
}
}
$progress->set_value(100);
$url=sprintf('<a href="%s"> install.php</a>', NOALYSS_URL."/install.php");
@ -414,4 +414,4 @@ if ($op=="installTemplate")
echo _("Modèle installé");
return;
}
?>
?>