diff --git a/front/php/server/devices.php b/front/php/server/devices.php index 3fc7af51..a0056f35 100755 --- a/front/php/server/devices.php +++ b/front/php/server/devices.php @@ -331,7 +331,7 @@ function deleteActHistory() { //------------------------------------------------------------------------------ function PiaBackupDBtoArchive() { // prepare fast Backup - $dbfilename = 'pialert.db' + $dbfilename = 'pialert.db'; $file = '../../../db/'.$dbfilename; $newfile = '../../../db/'.$dbfilename.'.latestbackup';