Update of /cvsroot/php-blog/serendipity/include/tpl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25969/include/tpl
Modified Files:
config_local.tpl
Log Message:
- Allow the usage of persistant database connections
Index: config_local.tpl
===================================================================
RCS file: /cvsroot/php-blog/serendipity/include/tpl/config_local.tpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- config_local.tpl 29 Nov 2004 10:39:33 -0000 1.4
+++ config_local.tpl 29 Nov 2004 23:21:47 -0000 1.5
@@ -8,6 +8,7 @@
$serendipity['dbPass'] = '{INSTALL_DBPASS|dbPass|protected||255}'; // INSTALL_DBPASS_DESC
$serendipity['dbName'] = '{INSTALL_DBNAME|dbName|string|serendipity|255}'; // INSTALL_DBNAME_DESC
$serendipity['dbPrefix'] = '{INSTALL_DBPREFIX|dbPrefix|string|serendipity_|255}'; // INSTALL_DBPREFIX_DESC
+$serendipity['dbPersistant'] = '{INSTALL_DBPERSISTANT|dbPersistant|bool|0|255}'; // INSTALL_DBPERSISTANT_DESC
// INSTALL_CAT_PATHS
# INSTALL_CAT_PATHS_DESC
|