0byt3m1n1
Path:
C:
/
wamp64
/
www
/
cpms_new
/
USER
/
[
Home
]
File: userhome.php
<?php require_once "../lib/config.php"; require_once BASE_DIR."/lib/db/connection.php"; ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>User Home| CPFMS</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="../style.css" rel="stylesheet" type="text/css" /> <link rel="icon" href="../images/icon.ico" /> <style type="text/css"> <!-- .style1 { font-size: 24px } #apDiv1 { position:absolute; width:200px; height:115px; z-index:1; left: 2px; top: 317px; } .style5 { color: #999999; font-weight: bold; } .style6 {color: #999999; font-weight: bold; font-family: Georgia; } .style8 {font-family: Verdana, Arial, Helvetica, sans-serif} --> </style> </head> <body> <p> <?php include("include/userheader.php"); @session_start(); ?> <p><marquee> </marquee> <p> <p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> <?php include "include/footer.php";?> </p> </body> </html>