diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-08-21 16:38:39 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-08-21 16:38:39 -0400 |
commit | bacef32aaca791ec5e25bd951094baec0b41df28 (patch) | |
tree | e0554108a02208e4d26aeed91fd2fe8a870b164f /config.php.sample | |
parent | 9f356b55c6f419468771c0f3c2450010c0242abe (diff) |
Revert "Added a configuration option to disable OpenID."
This reverts commit 7dc3a90d1252137859a687e32313ea569dcf8796.
Conflicts:
actions/login.php
actions/register.php
lib/accountsettingsaction.php
lib/common.php
lib/logingroupnav.php
Diffstat (limited to 'config.php.sample')
-rw-r--r-- | config.php.sample | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config.php.sample b/config.php.sample index 0fc5163b7..e8cbf76d5 100644 --- a/config.php.sample +++ b/config.php.sample @@ -99,9 +99,6 @@ $config['sphinx']['port'] = 3312; // $config['xmpp']['public'][] = 'someindexer@example.net'; // $config['xmpp']['debug'] = false; -// Disable OpenID -// $config['openid']['enabled'] = false; - // Turn off invites // $config['invite']['enabled'] = false; |