From 2ee3c92e4a0893ca9f1dcf6e27fe232e374a3963 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Sun, 30 Nov 2003 21:56:21 +0000 Subject: [PATCH] Destination folder is included too. --- backup/config.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/backup/config.html b/backup/config.html index cfbdb71dac8..0a457ea58bb 100644 --- a/backup/config.html +++ b/backup/config.html @@ -44,6 +44,9 @@ if (!isset($backup_config->backup_sche_minute)) { $backup_config->backup_sche_minute = 00; } + if (!isset($backup_config->backup_sche_destination)) { + $backup_config->backup_sche_destination = ""; + } //print_object($backup_config); //Debug @@ -160,6 +163,11 @@ : backup_sche_hour,$backup_config->backup_sche_minute)) ?> + + + : + + ">