diff --git a/config.php.sample b/config.php.sample index 202953a647..f0394b1ba4 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