SAAS-155: Add possibility to show additional information on

login page (for demo site)

- username and password are auto filled on demo site
- added informative msg on demo site about username and password
This commit is contained in:
James 2012-01-17 14:47:26 -05:00
parent 63b2fa94de
commit 3a8ba36e0d
4 changed files with 22 additions and 6 deletions

View file

@ -81,5 +81,9 @@ class Config {
$CC_CONFIG['soundcloud-connection-retries'] = $values['soundcloud']['connection_retries'];
$CC_CONFIG['soundcloud-connection-wait'] = $values['soundcloud']['time_between_retries'];
if(isset($values['demo']['demo'])){
$CC_CONFIG['demo'] = $values['demo']['demo'];
}
}
}