diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-05-18 15:18:49 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-05-18 15:18:49 -0400 |
commit | a4789e79c8ed2ea02f4f8bec89f470e6bd488e58 (patch) | |
tree | bbf3a62a2ce2a929f9120f2291edb4acc6d77219 | |
parent | 7983311918d45ecc965dc2c519e229e5f263499c (diff) |
change defaults to use avatar dir
darcs-hash:20080518191849-84dde-ecaf7a36d27378d707d0a08b3948bcc2af24374f.gz
-rw-r--r-- | lib/common.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/common.php b/lib/common.php index 3afdf886b..7379026f4 100644 --- a/lib/common.php +++ b/lib/common.php @@ -41,8 +41,8 @@ $config = 'server' => 'localhost', 'path' => '/'), 'avatar' => - array('directory' => INSTALLDIR . '/files', - 'path' => '/files') + array('directory' => INSTALLDIR . '/avatar', + 'path' => '/avatar') ); $config['db'] = &PEAR::getStaticProperty('DB_DataObject','options'); |