Handles local aliases (redirection) for file uploads attached to notices.

This commit is contained in:
Robin Millette
2009-05-27 03:47:45 -04:00
parent 37423b12d7
commit ed1e1d9f44
6 changed files with 62 additions and 8 deletions

View File

@@ -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'),