mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
Merge fix for CSRF errors in user profile management
This commit is contained in:
parent
34207dc269
commit
43375c0604
2 changed files with 3 additions and 6 deletions
|
@ -1084,9 +1084,6 @@
|
|||
'admin' => $admin,
|
||||
);
|
||||
|
||||
$req = $this->bdd->prepare($query);
|
||||
$req->execute($params);
|
||||
|
||||
return $this->runQuery($query, $params, self::ROWCOUNT);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue