View file out.php

File size: 248B
  1. <?php
  2. session_name("SID");
  3. session_start();
  4. include("./sistem/cfg.dat");
  5. include("./sistem/global.dat");
  6. if($status != "ban")
  7. {
  8. session_destroy();
  9. SetCookie("login","");
  10. SetCookie("pass","");
  11. }
  12. header("Location: index.php");
  13. ?>