Function split() is deprecated
This commit is contained in:
parent
dbeb212fd5
commit
fc43595faf
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@
|
|||
$RingWebHost = $domainInfo['web_host'];
|
||||
$RingWebHostPHP = $domainInfo['web_host_php'];
|
||||
|
||||
$LSaddr = split(":", $domainInfo['login_address']);
|
||||
$LSaddr = explode(":", $domainInfo['login_address']);
|
||||
|
||||
// ask for a session cookie to the login service
|
||||
$login = new LoginCb;
|
||||
|
|
Loading…
Reference in a new issue