Function split() is deprecated

This commit is contained in:
Dylan Geels 2014-09-07 13:06:24 +00:00
parent dbeb212fd5
commit fc43595faf

View file

@ -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;