forked from GNUsocial/gnu-social
add a version action to give credit and list plugins
This commit is contained in:
@@ -101,7 +101,9 @@ class Router
|
||||
'silence', 'unsilence',
|
||||
'repeat',
|
||||
'deleteuser',
|
||||
'geocode');
|
||||
'geocode',
|
||||
'version',
|
||||
);
|
||||
|
||||
foreach ($main as $a) {
|
||||
$m->connect('main/'.$a, array('action' => $a));
|
||||
|
||||
Reference in New Issue
Block a user