summaryrefslogtreecommitdiffstats
path: root/etherpad/src/main.js
diff options
context:
space:
mode:
authorEgil Moeller <egil.moller@freecode.no>2010-04-05 16:23:32 +0200
committerEgil Moeller <egil.moller@freecode.no>2010-04-05 16:23:32 +0200
commita2d2b610b28bf7c75e65933872ee0655f83da9cf (patch)
treeebf2c0c5677c6aeb9a7ae3dc5162d9b336225b3a /etherpad/src/main.js
parentea4340f31dab4c6af7632dfc348ea9dfab2799eb (diff)
downloadetherpad-a2d2b610b28bf7c75e65933872ee0655f83da9cf.tar.gz
etherpad-a2d2b610b28bf7c75e65933872ee0655f83da9cf.tar.bz2
etherpad-a2d2b610b28bf7c75e65933872ee0655f83da9cf.zip
Updated the plugin manager to use the admin auth system
Diffstat (limited to 'etherpad/src/main.js')
-rw-r--r--etherpad/src/main.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/etherpad/src/main.js b/etherpad/src/main.js
index 9035f2d..2d92a1a 100644
--- a/etherpad/src/main.js
+++ b/etherpad/src/main.js
@@ -34,7 +34,6 @@ import("etherpad.importexport.importexport");
import("etherpad.legacy_urls");
import("etherpad.control.aboutcontrol");
-import("etherpad.control.admin.pluginmanager");
import("etherpad.control.admincontrol");
import("etherpad.control.blogcontrol");
import("etherpad.control.connection_diagnostics_control");
@@ -387,7 +386,6 @@ function handlePath() {
[DirMatcher('/ep/beta-account/'), forward(pro_beta_control)],
[DirMatcher('/ep/pro-signup/'), forward(pro_signup_control)],
[DirMatcher('/ep/about/'), forward(aboutcontrol)],
- [DirMatcher('/ep/admin/pluginmanager'), forward(pluginmanager)],
[DirMatcher('/ep/admin/'), forward(admincontrol)],
[DirMatcher('/ep/blog/posts/'), blogcontrol.render_post],
[DirMatcher('/ep/blog/'), forward(blogcontrol)],