Skip to content

Commit 728d285

Browse files
Switched from using http to using https
idk why it was using http this whole time lmao
1 parent c8245bc commit 728d285

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ async fn main() {
432432
);
433433

434434
// Url's for server requests
435-
let main_url = "http://georays.puppet57.xyz/php-code/".to_string();
435+
let main_url = "https://georays.puppet57.xyz/php-code/".to_string();
436436
let latest_version_url: String = format!("{}get-latest-version.php", main_url).to_string();
437437
let download_url: String = format!("{}download-level.php", main_url);
438438
let upload_url: String = format!("{}upload-level.php", main_url).to_string();

0 commit comments

Comments
 (0)