Revert "Added getfile action"

This reverts commit f58daa873befbaee5a998e69622c046c8a978dee.
This commit is contained in:
Evan Prodromou 2009-10-31 14:32:12 -04:00
parent cf199a9b73
commit 4056a26017

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