We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8245bc commit 728d285Copy full SHA for 728d285
1 file changed
src/main.rs
@@ -432,7 +432,7 @@ async fn main() {
432
);
433
434
// Url's for server requests
435
- let main_url = "http://georays.puppet57.xyz/php-code/".to_string();
+ let main_url = "https://georays.puppet57.xyz/php-code/".to_string();
436
let latest_version_url: String = format!("{}get-latest-version.php", main_url).to_string();
437
let download_url: String = format!("{}download-level.php", main_url);
438
let upload_url: String = format!("{}upload-level.php", main_url).to_string();
0 commit comments