File: /home/pricecom/public_html/phonerepair/message.php
<?php
session_start();
?>
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Pakistan Green Pages - Admin Panel</title>
<link href="styles/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<table cellpadding="0" cellspacing="0" border="0" align="center">
<tr>
<td>
<table cellpadding="0" cellspacing="0" border="0" width="949px;">
<?php
include('include/header.php');
?>
<tr>
<td height="300" valign="top">
<table cellpadding="5" cellspacing="0" border="0" width="100%" align="center" style="font-size:14px; color:#333; font-family:Verdana, Geneva, sans-serif">
<tr>
<td align="center" style="color:#F00">You do not have access to this module please contact your administrator</td>
</tr>
</table>
</td>
</tr>
<?php
include('include/footer.php');
?>
</table>
</td>
</tr>
</table>
</body>
</html>