segment the admin gui
[matches/MCTX3420.git] / testing / MCTXWeb / public_html / users / index.php
1 <?php\r
2 /*\r
3 UserCake Version: 2.0.2\r
4 http://usercake.com\r
5 */\r
6 \r
7 require_once("models/config.php");\r
8 if (!isUserLoggedIn()) { header("Location: login.php"); die();}\r
9 \r
10 require_once("models/header.php");\r
11 startPage();\r
12 echo '\r
13   <div class="widget">\r
14     <div class="title centre">Welcome!</div>\r
15     <p>\r
16       This is the administration site for this site. Here, you can manage\r
17       the list of users who has access to this site.\r
18     </p>\r
19     <p>\r
20       <!-- blah blah blah -->\r
21     </p>\r
22   </div>\r
23 ';\r
24 \r
25 finishPage();\r
26 \r
27 ?>\r

UCC git Repository :: git.ucc.asn.au