diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-06-30 16:10:12 -0700 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-06-30 16:10:12 -0700 |
commit | b10dba27982a94d73fb7f8d70cae611241871706 (patch) | |
tree | fb99c85c9db49a53f49e71617aaad795fec700f2 /lib/common.php | |
parent | 190d45cd05a1affbc8d0db50a487b5081f6a34cb (diff) | |
parent | 925b3f32eae5c6528bfe332317092f08aabc6508 (diff) |
Merge commit 'jeff-themovie/invite-enabled' into 0.8.x
* commit 'jeff-themovie/invite-enabled':
Adds $config['invite']['enabled'] to enable/disable invites.
Diffstat (limited to 'lib/common.php')
-rw-r--r-- | lib/common.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/common.php b/lib/common.php index e2936f075..e10f24b3b 100644 --- a/lib/common.php +++ b/lib/common.php @@ -175,6 +175,8 @@ $config = 'host' => null, # only set if != server 'debug' => false, # print extra debug info 'public' => array()), # JIDs of users who want to receive the public stream + 'invite' => + array('enabled' => true), 'sphinx' => array('enabled' => false, 'server' => 'localhost', |