From 4f04562b679e92e3ff7fdccfda9b0d7d160c7797 Mon Sep 17 00:00:00 2001 From: jokob-sk Date: Sun, 7 Apr 2024 12:56:32 +1000 Subject: [PATCH] More rename work --- front/php/server/devices.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';