Destination folder is included too.

This commit is contained in:
stronk7 2003-11-30 21:56:21 +00:00
parent 129cee29fc
commit 2ee3c92e4a

View File

@ -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 @@
<?php print_string("executeat") ?>: <?php print_time_selector("backup_sche_hour","backup_sche_minute",make_timestamp(2000,1,1,$backup_config->backup_sche_hour,$backup_config->backup_sche_minute)) ?>
</td>
</tr>
<tr valign=top>
<td colspan = 3 align=center>
<?php print_string("saveto") ?>: <input name="backup_sche_destination" type="text" size=\"40\" value="<?php p($backup_config->backup_sche_destination) ?>">
</td>
</tr>
<tr>
<td colspan=3 align=center>
<input type="submit" value="<?php print_string("savechanges") ?>"></td>