Avoid DOS attack when high number of tasks
This commit is contained in:
parent
7f5377d219
commit
47ecb91a3e
@ -350,7 +350,7 @@ if ($action == 'create' && $user->rights->projet->creer && (empty($object->third
|
||||
print '</form>';
|
||||
|
||||
}
|
||||
else
|
||||
else if ($id > 0 || ! empty($ref))
|
||||
{
|
||||
/*
|
||||
* Fiche projet en mode visu
|
||||
|
||||
Loading…
Reference in New Issue
Block a user