summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-22 09:36:47 +0400
committerAndrew Dolgov <[email protected]>2013-03-22 09:36:47 +0400
commit707ad6ddf7b199e202fc39f61ffd08a4bc5bacc1 (patch)
treee5ebbb40023ccb6da991a649acc22c7ff89e6b37 /config.php-dist
parent3972bf598195efba3e73ae1fef3faceabeb50308 (diff)
parent8d051fa0769922df69ac737eee9d13dff67095a9 (diff)
Merge branch 'master' of git://github.com/richbeales/Tiny-Tiny-RSS into richbeales-master
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.php-dist b/config.php-dist
index a5a7fc3e2..176949fd9 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -183,6 +183,9 @@
// Users may enable other user plugins from Preferences/Plugins but may not
// disable plugins specified in this list.
+ define('SITE_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).