diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-01 13:56:11 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-01 13:56:11 -0400 |
commit | f767a8b63b59c2d1128245fe25219e7a6716a8d3 (patch) | |
tree | f40437484836823b2c2e8db637f9d00ff39ee4dd /config.php.sample | |
parent | 27b2da990299b64489e80368bc6c9cb8a45ee284 (diff) |
add more contact information
darcs-hash:20080701175611-84dde-59873964e036f3c9bc225ea8272e840535ea7643.gz
Diffstat (limited to 'config.php.sample')
-rw-r--r-- | config.php.sample | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config.php.sample b/config.php.sample index 82c1c44ea..add56b839 100644 --- a/config.php.sample +++ b/config.php.sample @@ -18,6 +18,11 @@ $config['site']['server'] = 'localhost'; $config['site']['path'] = 'laconica'; #$config['site']['fancy'] = false; #$config['site']['theme'] = 'default'; +#For contact email, defaults to $_SERVER["SERVER_ADMIN"] +#$config['site']['email'] = 'admin@example.net'; +#Brought by... +#$config['site']['broughtby'] = 'Individual or Company'; +#$config['site']['broughtbyurl'] = 'http://example.net/'; # This is a PEAR DB DSN, see http://pear.php.net/manual/en/package.database.db.intro-dsn.php # Set it to match your actual database |