Skip to content

Commit

Permalink
fix video URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Uncovery committed Sep 22, 2020
1 parent c71ae14 commit dfc8d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function umc_display_guestinfo(){
. "To know more about how to join us, please <a href=\"$UMC_DOMAIN/server-access/whitelist/\">continue here</a>.<br>"
. "If you are a member already, don't be a stranger and <a href=\"$UMC_DOMAIN/wp-login.php\">login</a>!<br><br>"
. 'If you want to see what awaits you inside, watch our trailer!<br>'
. '<iframe width="560" height="315" src="https://www.youtube.com/embed/OvSvt1Zpg78" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe><br><br>';
. '<iframe width="560" height="315" src="https://www.youtube.com/embed/Aju3VhlL2-I" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe><br><br>';
} else if ($userlevel == 'Guest') {
$title = "Welcome, $username!";
$content = "Thanks for white-listing on our server.<br>We would love to see you building with us. "
Expand Down

0 comments on commit dfc8d38

Please sign in to comment.