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'];
|
$RingWebHost = $domainInfo['web_host'];
|
||||||
$RingWebHostPHP = $domainInfo['web_host_php'];
|
$RingWebHostPHP = $domainInfo['web_host_php'];
|
||||||
|
|
||||||
$LSaddr = split(":", $domainInfo['login_address']);
|
$LSaddr = explode(":", $domainInfo['login_address']);
|
||||||
|
|
||||||
// ask for a session cookie to the login service
|
// ask for a session cookie to the login service
|
||||||
$login = new LoginCb;
|
$login = new LoginCb;
|
||||||
|
|
Loading…
Reference in a new issue