Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
outdoorbits committed Feb 18, 2025
1 parent cc5f136 commit 64632f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ function upload_settings() {
?>
<option value="internal cloud:<?php print $CloudService; ?>" <?php echo $config["conf_BACKUP_DEFAULT_SOURCE"] . " " . $config["conf_BACKUP_DEFAULT_TARGET"]=="internal cloud:${CloudService}"?" selected":""; ?>><?php echo L::main_internal_button . L::right_arrow . $CloudService; ?></option>
<option value="camera cloud:<?php print $CloudService; ?>" <?php echo $config["conf_BACKUP_DEFAULT_SOURCE"] . " " . $config["conf_BACKUP_DEFAULT_TARGET"]=="camera cloud:${CloudService}"?" selected":""; ?>><?php echo L::main_camera_button . L::right_arrow . $CloudService; ?></option>
<option value="ftp cloud:<?php print $CloudService; ?>" <?php echo $config["conf_BACKUP_DEFAULT_SOURCE"] . " " . $config["conf_BACKUP_DEFAULT_TARGET"]=="ftp cloud:cloud:${CloudService}"?" selected":""; ?>><?php echo L::box_backup_mode_ftp . L::right_arrow . $CloudService; ?></option>
<option value="ftp cloud:<?php print $CloudService; ?>" <?php echo $config["conf_BACKUP_DEFAULT_SOURCE"] . " " . $config["conf_BACKUP_DEFAULT_TARGET"]=="ftp cloud:${CloudService}"?" selected":""; ?>><?php echo L::box_backup_mode_ftp . L::right_arrow . $CloudService; ?></option>
</optgroup>
<?php
}
Expand Down

0 comments on commit 64632f4

Please sign in to comment.