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

« back to all changes in this revision

Viewing changes to ivle/dispatch/request.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:
277
277
            all_cookies = mod_python.Cookie.get_cookies(self)
278
278
 
279
279
            # Create cookies for plugins that might request them.
280
 
            for plugin in self.plugin_index[CookiePlugin]:
 
280
            for plugin in self.config.plugin_index[CookiePlugin]:
281
281
                for cookie in plugin.cookies:
282
282
                    self.add_cookie(mod_python.Cookie.Cookie(cookie, '',
283
283
                                                    expires=1, path='/'))