Skip to content

Instantly share code, notes, and snippets.

View jayabalpd's full-sized avatar

jayabal jayabalpd

View GitHub Profile
<?php
session_start();
if(isset($_SESSION['examineeSession']['examineenakalogin']) == true) header("location:home.php");
?>
<?php
include("login-ui/index.php");