]> git.wh0rd.org - tt-rss.git/blobdiff - config.php-dist
Merge remote-tracking branch 'upstream/master'
[tt-rss.git] / config.php-dist
index eaaaa3d6984dbe6debdb000edfe1d4082566db23..4414e77d36fc049bc66018161499ee3141b4eace 100644 (file)
        define('SESSION_COOKIE_LIFETIME', 86400*30);
        // Default lifetime of a session (e.g. login) cookie. In seconds, 
        // 0 means cookie will be deleted when browser closes.
+       // Setting this to zero will affect several user preferences
+       // like widescreen mode not saving.
 
        define('SESSION_EXPIRE_TIME', 86400*30);
        // Hard expiration limit for sessions. Should be
        // Users may enable other user plugins from Preferences/Plugins but may not
        // disable plugins specified in this list.
 
+    define('PAGE_TITLE','Tiny Tiny RSS');
+    // Change this value to customize the HTML page title
+
        define('CONFIG_VERSION', 26);
        // Expected config version. Please update this option in config.php
        // if necessary (after migrating all new options from this file).