- login directly into the client when a user successfully enters a passsword

git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@1564 af16638f-c34d-0410-8cfa-b39d5352b314
This commit is contained in:
Richard Alam 2009-06-04 19:36:30 +00:00
parent b5d300e992
commit 4b11be9518

View File

@ -111,7 +111,10 @@ class PublicScheduledSessionController {
} }
log.debug "Displaying session information" log.debug "Displaying session information"
redirect(action:show) //redirect(action:show)
def config = ConfigurationHolder.config
def hostUrl = config.bigbluebutton.web.serverURL
redirect(url:"${hostUrl}/client/BigBlueButton.html")
} }
} }
} }