aboutsummaryrefslogtreecommitdiff
path: root/views/global/router.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/global/router.php')
-rw-r--r--views/global/router.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/views/global/router.php b/views/global/router.php
index 5b0bd01..ab3a0be 100644
--- a/views/global/router.php
+++ b/views/global/router.php
@@ -46,6 +46,7 @@ function route_view() {
case '/login': return '/session/create';
case '/logout': return '/session/delete';
case '/list': return '/list';
+ case '/admin': return '/admin';
case '/authenticate':
return '/user/authenticate.php';