summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2013-03-19 00:59:53 -0700
committerPatrick Davison <snapwilliam@gmail.com>2013-03-19 00:59:53 -0700
commitbc57b007dfa5e6e723946143671a9db68a82f348 (patch)
treee9cd81aebfc67c76053792583efb0a1fe942ff6c /index.php
parentcd3e53bbcd676e343f434ef67f0a8db969503187 (diff)
downloadpathery-bc57b007dfa5e6e723946143671a9db68a82f348.tar.xz
UI Framework for processing tasks.
Diffstat (limited to 'index.php')
-rw-r--r--index.php8
1 files changed, 8 insertions, 0 deletions
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) {