Function split() is deprecated

This commit is contained in:
Dylan Geels 2014-09-07 13:06:24 +00:00
parent e2e4f028cf
commit 42f4a38b9f

View file

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