<?php
   include "include/system.inc.php";
   checkLogin();
   include "include/header.inc.php";
?>
<table>
   <tr>
      <td class="heading" valign='middle' style='padding:50px;'>
         Welcome to Paterson & Cooke Management System
      </td>
   </tr>
</table>
<?
   include "include/menu.inc.php";
   include "include/footer.inc.php";
?>
