Skip to content

Commit

Permalink
Merge pull request bigbluebutton#4280 from ffdixon/redirect-bigbluebu…
Browse files Browse the repository at this point in the history
…tton-org

Added home.html to redirect to bigbluebutton.org when user clicks low…
  • Loading branch information
ffdixon authored Aug 21, 2017
2 parents 1a90735 + 97148ac commit f128486
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bigbluebutton-client/resources/config.xml.template
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<application uri="rtmp://HOST/bigbluebutton" host="http://HOST/bigbluebutton/api/enter"/>
<language userSelectionEnabled="true" />
<skinning enabled="true" url="http://HOST/client/branding/css/V2Theme.css.swf?v=VERSION" />
<branding logo="logo.swf" copyright="&#169; 2017 &lt;u&gt;&lt;a href=&quot;http://www.bigbluebutton.org&quot; target=&quot;_blank&quot;&gt;http://www.bigbluebutton.org&lt;/a&gt;&lt;/u&gt; (build {0})" background="" toolbarColor="" />
<branding logo="logo.swf" copyright="&#169; 2017 &lt;u&gt;&lt;a href=&quot;http://HOST/home.html&quot; target=&quot;_blank&quot;&gt;BigBlueButton&lt;/a&gt;&lt;/u&gt; (build {0})" background="" toolbarColor="" />
<shortcutKeys showButton="true" />
<browserVersions chrome="CHROME_VERSION" firefox="FIREFOX_VERSION" flash="FLASH_VERSION" java="1.7.0_51" />
<layout showLogButton="false" defaultLayout="bbb.layout.name.defaultlayout"
Expand Down
8 changes: 8 additions & 0 deletions bigbluebutton-config/web/home.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Redirecting to bigbluebutton.org</title>
<meta http-equiv="REFRESH" content="0;url=http://www.bigbluebutton.org/"></HEAD>
<BODY>
</BODY>
</HTML>

0 comments on commit f128486

Please sign in to comment.