HEX
Server: Apache
System: Linux xmf17.cloudnstools.com 5.14.0-611.49.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Apr 21 16:39:08 EDT 2026 x86_64
User: pricecom (1134)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
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>