summaryrefslogtreecommitdiff
path: root/lib/common.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-05-18 15:18:49 -0400
committerEvan Prodromou <evan@prodromou.name>2008-05-18 15:18:49 -0400
commita4789e79c8ed2ea02f4f8bec89f470e6bd488e58 (patch)
treebbf3a62a2ce2a929f9120f2291edb4acc6d77219 /lib/common.php
parent7983311918d45ecc965dc2c519e229e5f263499c (diff)
change defaults to use avatar dir
darcs-hash:20080518191849-84dde-ecaf7a36d27378d707d0a08b3948bcc2af24374f.gz
Diffstat (limited to 'lib/common.php')
-rw-r--r--lib/common.php4
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');