fork download
  1. <?php
  2.  
  3. if(strpos($address,"cat")===false){
  4. }else{
  5.  
  6. echo "NOT ALLOWED!";
  7. die();
  8.  
  9.  
  10. }
  11.  
  12. ?>
Success #stdin #stdout #stderr 0.02s 24496KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Notice:  Undefined variable: address in /home/bSa2Mw/prog.php on line 3