forked from GNUsocial/gnu-social
add site admin panel
This commit is contained in:
@@ -573,6 +573,8 @@ class Router
|
||||
$m->connect('api/search.json', array('action' => 'twitapisearchjson'));
|
||||
$m->connect('api/trends.json', array('action' => 'twitapitrends'));
|
||||
|
||||
$m->connect('admin/site', array('action' => 'siteadminpanel'));
|
||||
|
||||
$m->connect('getfile/:filename',
|
||||
array('action' => 'getfile'),
|
||||
array('filename' => '[A-Za-z0-9._-]+'));
|
||||
|
Reference in New Issue
Block a user