HEX
Server: Microsoft-IIS/10.0
System: Windows NT ITPWINWEBSVR22 10.0 build 20348 (Windows Server 2022) AMD64
User: www.conferencesearch.co.uk (0)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: D:/web/mailadmin/error.php
   <?php
      if (!isset($errstr) || !isset($errfile))
         die;
         
      if (!defined('IN_WEBADMIN'))
         die;     
   ?>

   <table width="900" border="0" cellspacing="0" cellpadding="0" align="center">
      <tr> 
        <td>
         <font face="verdana" size="2">
         
         <h1>Operation failed</h1>
         The operation failed. Please make sure that you have logged on with the appropriate permissions to perform this task.
         <br/>
         <br/>
         
         The following description exists:<br/><br/>
         
         <?php echo $errstr?>
         </br><br/>
         Error location: <?php echo $errfile?><br/>
         </font>
         <br/><br/>
         <input type="submit" onClick="history.back();" value="Go back">
         <input type="submit" onClick="document.location.href='logout.php';" value="Log out">
         
         
      </tr>
  </table>