Update of /cvsroot/php-blog/serendipity/include/tpl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31847/include/tpl
Modified Files:
config_local.inc.php
Log Message:
* make HTTP host autodetectable easier
* allow to configure amount of comments to display
Index: config_local.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/include/tpl/config_local.inc.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- config_local.inc.php 16 Feb 2005 12:36:19 -0000 1.12
+++ config_local.inc.php 17 Feb 2005 17:05:32 -0000 1.13
@@ -97,6 +97,12 @@
'type' => 'string',
'default' => 'http://www.example.com/serendipity/'),
+ array('var' => 'autodetect_baseURL',
+ 'title' => INSTALL_AUTODETECT_URL,
+ 'description' => INSTALL_AUTODETECT_URL_DESC,
+ 'type' => 'bool',
+ 'default' => false),
+
array('var' => 'indexFile',
'title' => INSTALL_INDEXFILE,
'description' => INSTALL_INDEXFILE_DESC,
|