diff options
Diffstat (limited to 'lib')
-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'); |