diff options
Diffstat (limited to 'views/global/router.php')
| -rw-r--r-- | views/global/router.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/global/router.php b/views/global/router.php index ea3799f..18adfca 100644 --- a/views/global/router.php +++ b/views/global/router.php @@ -30,6 +30,7 @@ function route_view() { case '/list/update': return '/list/update'; case '/list/new': return '/list/new'; case '/list/add': return '/list/add'; + case '/list/delete': return '/list/delete'; } switch ($root) { |
