aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
Diffstat (limited to 'views')
-rw-r--r--views/global/router.php2
-rw-r--r--views/list/new/index.php (renamed from views/newlist/index.php)0
-rw-r--r--views/list/new/meta.php (renamed from views/newlist/meta.php)0
3 files changed, 1 insertions, 1 deletions
diff --git a/views/global/router.php b/views/global/router.php
index 41e0b48..ea5aa42 100644
--- a/views/global/router.php
+++ b/views/global/router.php
@@ -21,6 +21,7 @@ function route_view() {
switch ($root . $subroot) {
case '/list/update': return '/list/update';
+ case '/list/new': return '/list/new';
}
switch ($root) {
@@ -29,7 +30,6 @@ function route_view() {
case '/register': return '/register';
case '/login': return '/login';
case '/logout': return '/logout';
- case '/newlist': return '/newlist';
case '/list': return '/list';
case '/authenticate':
diff --git a/views/newlist/index.php b/views/list/new/index.php
index 72ac7a3..72ac7a3 100644
--- a/views/newlist/index.php
+++ b/views/list/new/index.php
diff --git a/views/newlist/meta.php b/views/list/new/meta.php
index 6f02fff..6f02fff 100644
--- a/views/newlist/meta.php
+++ b/views/list/new/meta.php