/** * Main.php * * This is the login page for AstraNOS. * At this time the background image is fixed. * * The FishEyeBar is taken from jQuery and interface * */ include("include/session.php"); if($session->logged_in){ header ( "Location: ../desktop.php" ); } ?>
Login | ||
|