$ip = '10.115.';
if (substr($_SERVER['REMOTE_ADDR'], 0, strlen($ip)) === $ip) {
header('Location: Gidecek iç İP');
}
else
{
header('Location: Dışardan Gelir ise Dış İp Yönelendirmesi.');
}
?>
$ip = '10.115.';
if (substr($_SERVER['REMOTE_ADDR'], 0, strlen($ip)) === $ip) {
header('Location: Gidecek iç İP');
}
else
{
header('Location: Dışardan Gelir ise Dış İp Yönelendirmesi.');
}
?>