mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-14 08:26:43 +01:00
Merge branch 'master' of https://github.com/devcode-it/openstamanager
This commit is contained in:
commit
3720aa3c1f
@ -41,6 +41,7 @@ switch (post('op')) {
|
||||
flash()->info(tr("Se le informazioni inserite corrispondono ai dati di un utente, riceverai a breve un'email all'indirizzo collegato").'.');
|
||||
|
||||
redirect(ROOTDIR.'/index.php');
|
||||
exit()
|
||||
break;
|
||||
|
||||
case 'update':
|
||||
@ -57,6 +58,7 @@ switch (post('op')) {
|
||||
flash()->info(tr('Password cambiata!'));
|
||||
|
||||
redirect(ROOTDIR.'/index.php');
|
||||
exit();
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user