1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-28 16:50:06 +01:00

Aggiunto messaggio (#314)

This commit is contained in:
Thomas Zilio 2018-10-02 18:39:12 +02:00
parent d9e2c4afd3
commit f33d31a57e

View File

@ -55,4 +55,6 @@ if (filter('op') == 'restore') {
} }
Backup::restore($path, post('folder') == null); Backup::restore($path, post('folder') == null);
flash()->info(tr('Backup ripristinato correttamente!'));
} }