Update of /cvsroot/php-blog/jBlog
In directory sc8-pr-cvs1:/tmp/cvs-serv5006
Modified Files:
jBlog_config_local.tpl
Log Message:
Remove this... it was already there... (first line)
Index: jBlog_config_local.tpl
===================================================================
RCS file: /cvsroot/php-blog/jBlog/jBlog_config_local.tpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- jBlog_config_local.tpl 13 Mar 2003 18:55:08 -0000 1.5
+++ jBlog_config_local.tpl 13 Mar 2003 20:23:16 -0000 1.6
@@ -10,7 +10,6 @@
$jBlog["dbPass"] = "{dbPass|string|jBlog}"; // Password
$jBlog["dbName"] = "{dbName|string|jBlog}"; // Name of your database
$jBlog["dbPrefix"] = "{dbPrefix|string|jBlog_}"; // Prefix for the table names, i.e. jBlog_
-$jBlog["dbType"] = "{dbType|string|mysql}"; // Type of database to use
// Paths (note: don't forget trailing slashes for directories!!!!)
$jBlog["jBlogPath"] = "{jBlogPath|string|/www/apache/htdocs/htdocs/jBlog/}"; // Here you need all the *.inc.php.
|