Revert "Added getfile action"

This reverts commit f58daa873b.
This commit is contained in:
Evan Prodromou 2009-10-31 14:32:12 -04:00
parent cf199a9b73
commit 4056a26017
1 changed files with 0 additions and 4 deletions

View File

@ -171,10 +171,6 @@ class Router
array('action' => 'attachment_thumbnail'),
array('attachment' => '[0-9]+'));
$m->connect('getfile/:filename',
array('action' => 'getfile'),
array('filename' => '[A-Za-z0-9._-]+'));
$m->connect('notice/new', array('action' => 'newnotice'));
$m->connect('notice/new?replyto=:replyto',
array('action' => 'newnotice'),