]> git.wh0rd.org - tt-rss.git/blobdiff - config.php-dist
do not use regexps in get_self_url_prefix()
[tt-rss.git] / config.php-dist
index 3cae4ab7e5b7fbc759575583794bc5b1e3622f7a..93fbb1ab5255672fbbd4c5cb371d24ca7b453e12 100644 (file)
        // These two options enable SMTP authentication when sending
        // outgoing mail. Only used with SMTP_HOST
 
-       // ************************************
-       // *** Twitter integration settings ***
-       // ************************************
-       
-       define('CONSUMER_KEY', '');
-       define('CONSUMER_SECRET', '');
-       // Your OAuth instance authentication information for Twitter, visit
-       // http://twitter.com/oauth_clients to register your instance.
-
        // ***************************************
        // *** Other settings (less important) ***
        // ***************************************
        // The following plugins are available: note, tweet, share, mail
        // More plugins: http://tt-rss.org/wiki/Plugins
 
-       define('CONFIG_VERSION', 25);
+       define('CONFIG_VERSION', 26);
        // Expected config version. Please update this option in config.php
        // if necessary (after migrating all new options from this file).