From bc57b007dfa5e6e723946143671a9db68a82f348 Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Tue, 19 Mar 2013 00:59:53 -0700 Subject: UI Framework for processing tasks. --- index.php | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'index.php') diff --git a/index.php b/index.php index ed7a836..9e47971 100644 --- a/index.php +++ b/index.php @@ -230,6 +230,14 @@ switch ($request) { require 'pages/about.php'; } break; + + case "process": + if ($_SESSION['isAdmin'] == true) { + require 'pages/process.php'; + } else { + require 'pages/about.php'; + } + break; case "massemail": if ($_SESSION['isAdmin'] == true) { -- cgit v1.2.3