fork download
  1. <?php
  2.  
  3. if ( session_id() ) {
  4.  
  5.  
  6. header('Location: /index.php');
  7. } else {
  8. echo "Тебе тут не место! <a href='index.php'>Уйти.</a>";
  9. }
Success #stdin #stdout 0.02s 24448KB
stdin
Standard input is empty
stdout
Standard output is empty