diff --git a/scripts/config.php b/scripts/config.php index 0747362..0ed2036 100644 --- a/scripts/config.php +++ b/scripts/config.php @@ -284,11 +284,16 @@ https://discordapp.com/api/webhooks/{WebhookID}/{WebhookToken} Select a timezone ".$timezone_identifiers[$i].""; + $isSelected = ""; + if($timezone_identifiers[$i] == $current_timezone) { + $isSelected = 'selected="selected"'; + } + echo ""; } ?>