root/EMS/home.php

Revision 2, 294 bytes (checked in by evilbunny, 2 years ago)

Initial import

Line 
1 <?
2     require_once("common.php");
3
4     if($_SESSION['_config']['access'] < 0)
5     {
6         header("location: login.php");
7         exit;
8     }
9
10     include_once("header.php");
11 ?>
12 <p>You are now logged in, and you can proceed to your account, preferences and shared secrets.</p>
13 <p></p>
14 <? include_once("footer.php"); ?>
15
Note: See TracBrowser for help on using the browser.