iwa-panda1

Manage Weather Data by International Weather Agency (Version 1)
Log | Files | Refs

logout.php (81B)


      1 <?php
      2 session_start();
      3 session_unset();
      4 session_destroy();
      5 header('Location: /');