Subversion Repositories computer_asset_manager_v1

Rev

Blame | Last modification | View Log | RSS feed

<?php include_once( 'header.php' ); ?>
<?xml version="1.0" encoding="utf-8"?>
<!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>Daily Data - Computer Asset Management Program</title>
</head>
<body>
   <?php 
     if ($_SESSION['where_clause'] == 'ADMINISTRATOR') {
        doAdmin();
     } else {
        print "Invalid Access";
     }
   ?>

</body>
</html>