~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/security/views.py

Merge setup-stuff.

phpBB is gone, configuration, setup and jail building are completely redone.

Please read doc/setup/install_proc.txt, or you'll not get far.

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
                        req.store.commit()
113
113
 
114
114
                        # Create cookies for plugins that might request them.
115
 
                        for plugin in req.plugin_index[CookiePlugin]:
 
115
                        for plugin in req.config.plugin_index[CookiePlugin]:
116
116
                            for cookie in plugin.cookies:
117
117
                                # The function can be None if they just need to be
118
118
                                # deleted at logout.