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 8986dfe..d77fcda 100644
--- a/views/global/router.php
+++ b/views/global/router.php
@@ -16,6 +16,7 @@ function route_view() {
case '/profile': return '/profile';
case '/register': return '/register';
case '/login': return '/login';
+ case '/logout': return '/logout';
}
switch ($uri) {