<?php

include_once 'include/processes.php';
$Login_Process = new Login_Process();
$Login_Process->check_status($_SERVER['SCRIPT_NAME']);
$myLogin = $Login_Process->show_voilation($_SESSION['info']);
?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
	<head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
		
		<meta name="TrafficVoilation" content="Traffic Voilation">

        <!-- Stylesheets -->
        <link rel="stylesheet" type="text/css" href="css/style.css">
		
        		
		<title>WELCOME</title>
          
    </head>

	<body bgcolor="black">

<form>
	

		
		<span style="text-align:center;position:absolute;top:2%;left:83px;background-color:#a6e348;height:30px;width:1200px;color:black" class="heading">&nbsp;Welcome <?php 
echo $_SESSION['first_name'];