forked from GNUsocial/gnu-social
Revert "Added getfile action"
This reverts commit f58daa873befbaee5a998e69622c046c8a978dee.
This commit is contained in:
parent
cf199a9b73
commit
4056a26017
@ -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'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user