mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
Ajout du système de transfert des sms vers un email
This commit is contained in:
parent
9a70e23c0a
commit
f2c6c3c7a7
6 changed files with 198 additions and 32 deletions
|
@ -55,6 +55,7 @@
|
|||
$_SESSION['connect'] = true;
|
||||
$_SESSION['admin'] = $user['admin'];
|
||||
$_SESSION['email'] = $user['email'];
|
||||
$_SESSION['transfer'] = $user['transfer'];
|
||||
$_SESSION['csrf'] = str_shuffle(uniqid().uniqid());
|
||||
header('Location: ' . $this->generateUrl(''));
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue