forked from GNUsocial/gnu-social
add designadminpanel to router
This commit is contained in:
parent
220f8771c6
commit
bcb0447eda
@ -586,6 +586,7 @@ class Router
|
||||
$m->connect('api/trends.json', array('action' => 'twitapitrends'));
|
||||
|
||||
$m->connect('admin/site', array('action' => 'siteadminpanel'));
|
||||
$m->connect('admin/design', array('action' => 'designadminpanel'));
|
||||
|
||||
$m->connect('getfile/:filename',
|
||||
array('action' => 'getfile'),
|
||||
|
Loading…
Reference in New Issue
Block a user