mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 04:21:17 -05:00
range
This commit is contained in:
parent
7d6441c504
commit
912dedb5c0
@ -689,7 +689,7 @@ class Main extends CI_Controller
|
|||||||
function _valid_ipv4($ip_address)
|
function _valid_ipv4($ip_address)
|
||||||
{
|
{
|
||||||
|
|
||||||
//get ip
|
//get ip range
|
||||||
$ip = explode('.', $ip_address);
|
$ip = explode('.', $ip_address);
|
||||||
$ip_firstpart = $ip[0] . '.' . $ip[1] . '.';
|
$ip_firstpart = $ip[0] . '.' . $ip[1] . '.';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user