allura
リビジョン | 91f78137301de18faec2b05fe604d5c29ef1ec46 (tree) |
---|---|
日時 | 2010-08-12 01:42:34 |
作者 | Rick Copeland <rcopeland@geek...> |
コミッター | Rick Copeland |
[#724] - disable all SFX admin apps pending security review
@@ -25,7 +25,7 @@ class SFXBaseApp(Application): | ||
25 | 25 | __version__ = version.__version__ |
26 | 26 | permissions = [ 'configure', 'admin'] |
27 | 27 | searchable=True |
28 | - installable = True | |
28 | + installable = False | |
29 | 29 | tool_label='' |
30 | 30 | default_mount_label='' |
31 | 31 | default_mount_point='sfx-app' |
@@ -37,7 +37,7 @@ class SFXBaseApp(Application): | ||
37 | 37 | |
38 | 38 | def __init__(self, project, config): |
39 | 39 | Application.__init__(self, project, config) |
40 | - self.admin = self.AdminController(self) | |
40 | + # self.admin = self.AdminController(self) | |
41 | 41 | |
42 | 42 | def has_access(self, user, topic): |
43 | 43 | return False |