aboutsummaryrefslogtreecommitdiff
path: root/views/global
diff options
context:
space:
mode:
Diffstat (limited to 'views/global')
-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 661e116..c6718a7 100644
--- a/views/global/router.php
+++ b/views/global/router.php
@@ -35,6 +35,7 @@ function route_view() {
case '/archive/create': return '/archive/create';
case '/user/delete': return '/user/delete';
+ case '/user/settings': return '/user/update';
}
switch ($root) {