From fafe5dce9e98c657cba6b9cb1c9068fcbaaf35cb Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Sat, 12 Sep 2009 03:53:27 -0400
Subject: [PATCH] - added comments to set absolute path for SQLite DSN (#1486095)

---
 installer/config.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/installer/config.php b/installer/config.php
index e51b4bf..baf7514 100644
--- a/installer/config.php
+++ b/installer/config.php
@@ -269,7 +269,7 @@
 echo $input_dbhost->show($RCI->is_post ? $_POST['_dbhost'] : $dsnw['hostspec']);
 echo '<label for="cfgdbhost">Database server (omit for sqlite)</label><br />';
 echo $input_dbname->show($RCI->is_post ? $_POST['_dbname'] : $dsnw['database']);
-echo '<label for="cfgdbname">Database name (use a path and filename for sqlite)</label><br />';
+echo '<label for="cfgdbname">Database name (use absolute path and filename for sqlite)</label><br />';
 echo $input_dbuser->show($RCI->is_post ? $_POST['_dbuser'] : $dsnw['username']);
 echo '<label for="cfgdbuser">Database user name (needs write permissions)(omit for sqlite)</label><br />';
 echo $input_dbpass->show($RCI->is_post ? $_POST['_dbpass'] : $dsnw['password']);

--
Gitblit v1.9.1