forked from GNUsocial/gnu-social
Pulling the stub plugin panel back out; we'll flesh it out more for 1.0.x and see if we can make it easier to disable through the config file for now.
Revert "Stub plugins administration panel, allows for disabling/re-enabling plugins from the default plugins list."
This reverts commit d9a9fd3779
.
This commit is contained in:
@@ -652,13 +652,6 @@ class Router
|
||||
$m->connect('admin/sessions', array('action' => 'sessionsadminpanel'));
|
||||
$m->connect('admin/sitenotice', array('action' => 'sitenoticeadminpanel'));
|
||||
$m->connect('admin/snapshot', array('action' => 'snapshotadminpanel'));
|
||||
$m->connect('admin/plugins', array('action' => 'pluginsadminpanel'));
|
||||
$m->connect('admin/plugins/enable/:plugin',
|
||||
array('action' => 'pluginenable'),
|
||||
array('plugin' => '[A-Za-z0-9_]+'));
|
||||
$m->connect('admin/plugins/disable/:plugin',
|
||||
array('action' => 'plugindisable'),
|
||||
array('plugin' => '[A-Za-z0-9_]+'));
|
||||
|
||||
$m->connect('getfile/:filename',
|
||||
array('action' => 'getfile'),
|
||||
|
Reference in New Issue
Block a user