<?php
$visitor = $_SERVER['REMOTE_ADDR'];
if (preg_match("/102.64.19.248/",$visitor)) {
      header('Location: https://portal.lanline.co.za/topup');
} 

elseif (preg_match("/102.64.19.249/",$visitor)) {

	header('Location: https://portal.lanline.co.za/topup');
}
else {
}
?>

<p>...</p>
