Help for this page

Select Code to Download


  1. or download this
    unless ($ENV{REMOTE_ADDR} =~ ?10.10.0.1?){
    ...
    }
    
  2. or download this
    if ($ENV{REMOTE_ADDR} ne '10.10.0.1') {
    
    the code..
    
    }