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 /lib/common.php | |
parent | 27b2da990299b64489e80368bc6c9cb8a45ee284 (diff) |
add more contact information
darcs-hash:20080701175611-84dde-59873964e036f3c9bc225ea8272e840535ea7643.gz
Diffstat (limited to 'lib/common.php')
-rw-r--r-- | lib/common.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/common.php b/lib/common.php index e16d8d078..fbbcce5c3 100644 --- a/lib/common.php +++ b/lib/common.php @@ -40,7 +40,10 @@ $config = 'server' => 'localhost', 'theme' => 'default', 'path' => '/', - 'fancy' => false), + 'fancy' => false, + 'email' => $_SERVER['SERVER_ADMIN'], + 'broughtby' => NULL, + 'broughtbyurl' => NULL), 'syslog' => array('appname' => 'laconica', # for syslog 'priority' => 'debug'), # XXX: currently ignored |