From 857ecf0581857ccf8d05209c5f77983f47ef3117 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Fri, 15 Aug 2008 14:48:35 +0000 Subject: Central: Created user panel index Refs #25 and #35 --- central/trunk/userpanel.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 central/trunk/userpanel.php (limited to 'central/trunk/userpanel.php') diff --git a/central/trunk/userpanel.php b/central/trunk/userpanel.php new file mode 100644 index 0000000..879a75c --- /dev/null +++ b/central/trunk/userpanel.php @@ -0,0 +1,18 @@ +add('SITENAME', instaDisc_getConfig('siteName')); + $template->add('USERNAME', $_SESSION['username']); + $template->display(); +} else { + header('Location: index.php'); +} + +?> -- cgit 1.4.1