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:
parent
63b2fa94de
commit
3a8ba36e0d
4 changed files with 22 additions and 6 deletions
|
@ -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'];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue