Bug #18434 ยป 0007843.diff
t3lib/class.t3lib_div.php (working copy) | ||
---|---|---|
$ip = array_pop($ip);
|
||
break;
|
||
case 'first':
|
||
$ip = array_unshift($ip);
|
||
$ip = array_shift($ip);
|
||
break;
|
||
case 'none':
|
||
default:
|
||
... | ... | |
$host = array_pop($host);
|
||
break;
|
||
case 'first':
|
||
$host = array_unshift($host);
|
||
$host = array_shift($host);
|
||
break;
|
||
case 'none':
|
||
default:
|