Hello!
How do I change this so also "dlpage2.php" is an ok page to came from please?
if( strstr( $_SERVER[ "HTTP_REFERER" ], "dlpage2.php" ) ) {
I have tried with this, with no sucess.
if( strstr( $_SERVER[ "HTTP_REFERER" ], "dlpage2.php" || "dlpage1.php" ) ) {