diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-04-03 21:47:39 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-04-03 21:47:39 +0000 |
commit | e632f3be6f48c187b8049f35756b25ae80be2f0b (patch) | |
tree | 0a1b39d01ed7033d1d8ab8e3a369e3addb87b099 /lib/router.php | |
parent | 798984381f9ee40681d1feb4a7bef72460fe39f2 (diff) | |
parent | 123f6d7d0cfa707e7a5167257978a46aaa7d2938 (diff) |
Merge branch '0.7.x' into 0.8.x
Diffstat (limited to 'lib/router.php')
-rw-r--r-- | lib/router.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/router.php b/lib/router.php index 67b8b8ae6..060253eb5 100644 --- a/lib/router.php +++ b/lib/router.php @@ -107,6 +107,9 @@ class Router $m->connect('main/'.$a, array('action' => $a)); } + $m->connect('main/sup/:seconds', array('action' => 'sup'), + array('seconds' => '[0-9]+')); + $m->connect('main/tagother/:id', array('action' => 'tagother')); // these take a code |