[mod_*_dbi] fix sqlite3_dbdir spelling in comments

The sqlite3 option is "sqlite3_dbdir"
This commit is contained in:
Glenn Strauss 2021-05-13 13:48:24 -04:00
parent 302d82a59c
commit bedfd8a78e
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
* "sql" => "SELECT passwd FROM users WHERE user='?' AND realm='?'"
* "dbtype" => "sqlite3",
* "dbname" => "mydb.sqlite",
* "sqlite_dbdir" => "/path/to/sqlite/dbs/"
* "sqlite3_dbdir" => "/path/to/sqlite/dbs/"
* )
*
* SQL samples (change table and column names for your database schema):

View File

@ -24,7 +24,7 @@
* vhostdb.dbi = ( "sql" => "SELECT docroot FROM vhosts WHERE host='?'"
* "dbtype" => "sqlite3",
* "dbname" => "mydb.sqlite",
* "sqlite_dbdir" => "/path/to/sqlite/dbs/" )
* "sqlite3_dbdir" => "/path/to/sqlite/dbs/" )
*/
typedef struct {