forked from ZwiiCMS-Team/ZwiiCMS
Form : bouton tout supprimer + faille CSRF
This commit is contained in:
commit
fdb814c05a
@ -198,12 +198,12 @@ class form extends common {
|
|||||||
if (count($data) > 0 ) {
|
if (count($data) > 0 ) {
|
||||||
// Suppression multiple
|
// Suppression multiple
|
||||||
for ($i = 1; $i <= count($data) ; $i++) {
|
for ($i = 1; $i <= count($data) ; $i++) {
|
||||||
$this->deleteData(['module', $this->getUrl(0), 'data', $i]);
|
echo $this->deleteData(['module', $this->getUrl(0), 'data', $i]);
|
||||||
}
|
}
|
||||||
// Valeurs en sortie
|
// Valeurs en sortie
|
||||||
$this->addOutput([
|
$this->addOutput([
|
||||||
'redirect' => helper::baseUrl() . $this->getUrl(0) . '/data',
|
'redirect' => helper::baseUrl() . $this->getUrl(0) . '/data',
|
||||||
'notification' => 'Toutes les données ont été supprimées',
|
'notification' => 'Données supprimées',
|
||||||
'state' => true
|
'state' => true
|
||||||
]);
|
]);
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user