]> git.wh0rd.org - tt-rss.git/blobdiff - config.php-dist
Revert "remove default definition of SITE_TITLE; rename to _SITE_TITLE as with other...
[tt-rss.git] / config.php-dist
index 4414e77d36fc049bc66018161499ee3141b4eace..c66fb39fac7486653cd827a7cb6fd8296393c151 100644 (file)
 
        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('PAGE_TITLE','Tiny Tiny RSS');
+    define('SITE_TITLE', 'Tiny Tiny RSS');
     // Change this value to customize the HTML page title
 
        define('CONFIG_VERSION', 26);