Skip to content

Commit

Permalink
change default download portal to siasky.net
Browse files Browse the repository at this point in the history
  • Loading branch information
DaWe35 committed Jul 29, 2020
1 parent 7afc767 commit 4e4f273
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion get/stream.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
if (isset($_GET['portal']) && !empty($_GET['portal'])) {
$portal = filter_var($_GET['portal'], FILTER_SANITIZE_URL);
} else {
$portal = 'https://skyportal.xyz';
$portal = 'https://siasky.net';
}


Expand Down
2 changes: 1 addition & 1 deletion get/stream_resolution.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
if (isset($_GET['portal']) && !empty($_GET['portal'])) {
$portal = filter_var($_GET['portal'], FILTER_SANITIZE_URL);
} else {
$portal = 'https://skyportal.xyz';
$portal = 'https://siasky.net';
}

?>
Expand Down

0 comments on commit 4e4f273

Please sign in to comment.