diff --git a/lib/file-control-xhr.php b/lib/file-control-xhr.php index 5ef2668..0b943e6 100644 --- a/lib/file-control-xhr.php +++ b/lib/file-control-xhr.php @@ -359,7 +359,7 @@ if (!$error && $_GET['action']=="save") { $backupDirFormat = "Y-m-d"; // Establish the base, host and date dir parts... - $backupDirBase = str_replace("\\","/",dirname(__FILE__))."/../backups/"; + $backupDirBase = str_replace("\\","/",dirname(__FILE__))."/../data/backups/"; $backupDirHost = isset($ftpSite) ? parse_url($ftpSite,PHP_URL_HOST) : "localhost"; $backupDirDate = date($backupDirFormat);