diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2008-10-04 15:46:11 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2008-10-04 15:46:11 -0400 |
commit | fd90290d935b0ea032940f89236df86694bfb44e (patch) | |
tree | b75f5c3fa000c989565b12607caf0b81bbf093ab | |
parent | 5978fcb6013b4448894801c223437cfd4cfa7d47 (diff) |
change stoica.ini to laconica.ini in config.php.sample
darcs-hash:20081004194611-5ed1f-7731a6105f0501ef8cbaf866c52eb9a051e51d9e.gz
-rw-r--r-- | config.php.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.php.sample b/config.php.sample index 202953a64..f0394b1ba 100644 --- a/config.php.sample +++ b/config.php.sample @@ -34,7 +34,7 @@ $config['site']['path'] = 'laconica'; # Set it to match your actual database $config['db']['database'] = 'mysql://laconica:microblog@localhost/laconica'; -#$config['db']['ini_your_db_name'] = $config['db']['schema_location'].'/stoica.ini'; +#$config['db']['ini_your_db_name'] = $config['db']['schema_location'].'/laconica.ini'; # *** WARNING *** WARNING *** WARNING *** WARNING *** # Setting debug to a non-zero value will expose your DATABASE PASSWORD to Web users. # !!!!!! DO NOT SET THIS ON PRODUCTION SERVERS !!!!!! DB_DataObject's bug, btw, not |