diff options
author | Robin Millette <millette@controlyourself.ca> | 2009-05-27 03:47:45 -0400 |
---|---|---|
committer | Robin Millette <millette@controlyourself.ca> | 2009-05-27 03:47:45 -0400 |
commit | ed1e1d9f440acfbb99c7a6e3d2b5c11fdcfa27ce (patch) | |
tree | e4362570dc97ad2b3e50ba2bc01749af5b09745d /lib/router.php | |
parent | 37423b12d7a58bae728476c6f1a8ff3fef4c6d9f (diff) |
Handles local aliases (redirection) for file uploads attached to notices.
Diffstat (limited to 'lib/router.php')
-rw-r--r-- | lib/router.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/router.php b/lib/router.php index bd482eafa..456d1793e 100644 --- a/lib/router.php +++ b/lib/router.php @@ -164,11 +164,9 @@ class Router array('action' => 'newnotice'), array('replyto' => '[A-Za-z0-9_-]+')); -/* $m->connect('notice/:notice/file', array('action' => 'file'), array('notice' => '[0-9]+')); -*/ $m->connect('notice/:notice', array('action' => 'shownotice'), |