]> git.wh0rd.org - tt-rss.git/blobdiff - config.php-dist
merge new hu_HU translation
[tt-rss.git] / config.php-dist
index aaee2f2ebdd4bfdb15b835e3090f436d7d6c103e..192cb15f923139ab6722f3d8f33bac2382670ee8 100644 (file)
        // *** Cookies and login sessions ***
        // **********************************
        
-       define('SESSION_COOKIE_LIFETIME', 0);
+       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);
+       define('SESSION_EXPIRE_TIME', 86400*30);
        // Hard expiration limit for sessions. Should be
        // greater or equal to SESSION_COOKIE_LIFETIME
 
 
        define('SMTP_HOST', '');
        // SMTP Host to send outgoing mail. Blank - use system MTA.
+       
+       define('SMTP_PORT','');
+       // SMTP port to sent outgoing mail. Default is 25.
 
        define('SMTP_LOGIN', '');
        define('SMTP_PASSWORD', '');
        // Users may enable other user plugins from Preferences/Plugins but may not
        // disable plugins specified in this list.
 
-       define('FEEDBACK_URL', '');
-       // Displays an URL for users to provide feedback or comments regarding
-       // this instance of tt-rss. Can lead to a forum, contact email, etc.
-
        define('CONFIG_VERSION', 26);
        // Expected config version. Please update this option in config.php
        // if necessary (after migrating all new options from this file).