mirror of
https://github.com/e107inc/e107.git
synced 2025-07-15 12:06:19 +02:00
uncommented ipEncode function and make it functional
This commit is contained in:
@ -2934,10 +2934,11 @@ class e107
|
|||||||
* @param string $div divider
|
* @param string $div divider
|
||||||
* @return string encoded IP
|
* @return string encoded IP
|
||||||
*/
|
*/
|
||||||
/*
|
|
||||||
public function ipEncode($ip, $div = ':')
|
public function ipEncode($ip, $div = ':')
|
||||||
{
|
{
|
||||||
} */
|
return e107::getIPHandler()->ipEncode($ip);
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Takes an encoded IP address - returns a displayable one
|
* Takes an encoded IP address - returns a displayable one
|
||||||
|
Reference in New Issue
Block a user