Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
$ref = split('/',$_SERVER['HTTP_REFERER']);
if($ref[count($ref)-1] != 'first.php' | $ref[count($ref)-1] != 'second.php'){
header("Location: http://".$_SERVER['HTTP_HOST'].dirname($_SERVER['PHP_SELF'])."/index.php");
}
$ref = split('/',$_SERVER['HTTP_REFERER']);
if($ref[count($ref)-1] != 'first.php'){
header("Location: http://".$_SERVER['HTTP_HOST'].dirname($_SERVER['PHP_SELF'])."/index.php");
} else if($ref[count($ref)-1] != 'second.php'){
header("Location: http://".$_SERVER['HTTP_HOST'].dirname($_SERVER['PHP_SELF'])."/index.php");
}
1 to 1 of 1