diff options
author | Jeffery To <jeffery.to@gmail.com> | 2009-08-07 01:18:17 +0800 |
---|---|---|
committer | Jeffery To <jeffery.to@gmail.com> | 2009-08-07 01:18:17 +0800 |
commit | 93f585446ebaa4a9347b6e6f77f58ab023b5b51c (patch) | |
tree | 78579bf89c17cc946539568426f650ea70af6500 /config.php.sample | |
parent | c8c2d9d7c93f40e7ac81c6211f8ba4c3f6ae91d9 (diff) |
Added configuration options to enable/disable SMS and Twitter integration.
This disables the IM, SMS and Twitter settings pages and queue handlers
depending on the config options.
Diffstat (limited to 'config.php.sample')
-rw-r--r-- | config.php.sample | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.php.sample b/config.php.sample index c27645ff8..91be39f48 100644 --- a/config.php.sample +++ b/config.php.sample @@ -164,6 +164,12 @@ $config['sphinx']['port'] = 3312; // $config['memcached']['server'] = 'localhost'; // $config['memcached']['port'] = 11211; +// Disable SMS +// $config['sms']['enabled'] = false; + +// Disable Twitter integration +// $config['twitter']['enabled'] = false; + // Twitter integration source attribute. Note: default is Laconica // $config['integration']['source'] = 'Laconica'; |