]> git.mjollnir.org Git - moodle.git/commitdiff
Destination folder is included too.
authorstronk7 <stronk7>
Sun, 30 Nov 2003 21:56:21 +0000 (21:56 +0000)
committerstronk7 <stronk7>
Sun, 30 Nov 2003 21:56:21 +0000 (21:56 +0000)
backup/config.html

index cfbdb71dac8b0ae8037252cfe22bb73e3b1ca8d4..0a457ea58bb810c8c0d9d7a959c534eb9e60f376 100644 (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
 
         <?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>