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

« back to all changes in this revision

Viewing changes to www/apps/forum/__init__.py

  • Committer: dcoles
  • Date: 2008-02-18 05:57:58 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:493
session.php: More interfaceing between IVLE and phpBB. Adds groups, emails and
a few other nifty features (like setting the right cookies with a better HMAC).

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
    """
38
38
    
39
39
    # Settings
40
 
    #forum_base = "/var/www/default/smf"
 
40
 
41
41
    forum_base = "php/phpBB3"
42
 
    #default_page = "index.php"
 
42
    #forum_base = "/phpBB3"
43
43
 
44
44
    # Set request attributes
45
45