<?php
   include_once("system.php");

   // print_rr($_SESSION); print_rr($_REQUEST); die;
   
   if(isset($_SESSION["ONLINE"]))
      header("Location: home.php");
   else
      header("Location: login.php");

?>
