aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.php b/index.php
index 16f3274..87c73c1 100644
--- a/index.php
+++ b/index.php
@@ -49,7 +49,8 @@ $pages = array(
'/assignments' => './include/assignments.php',
'/assignments/new' => './include/assignments-new.php',
'/assignments/edit' => './include/assignments-edit.php',
- '/about' => './include/about.php'
+ '/about' => './include/about.php',
+ '/ajax/collapse' => './include/ajax-collapse.php'
);
$_page = null;