]> git.wh0rd.org - tt-rss.git/blobdiff - config.php-dist
remove default definition of SITE_TITLE; rename to _SITE_TITLE as with other constant...
[tt-rss.git] / config.php-dist
index a742cf9afb3299ac7c05543c5ff01b98d4bbdd10..a5a7fc3e2dd727a1ec6c66828a7b0fcf3b6ba662 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).