Task 0001912: Developpement DEBUG new system with level
This commit is contained in:
parent
5956d4620c
commit
a2c0e116fa
23 changed files with 96 additions and 70 deletions
|
|
@ -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;
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue