diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-05-18 15:10:56 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-05-18 15:10:56 -0400 |
commit | 822f790a96d41609554bff12e59353b54100d7a9 (patch) | |
tree | ebad1605b195dd6de9c49efdf2b4e20a779779fe /lib | |
parent | 025b1c744cedcc6b9402094df3003fb5a895e5d4 (diff) |
fix path to files, some TODOs
darcs-hash:20080518191056-84dde-c7b52e98b4b9642788c82f28cdf16ff6af9f45c3.gz
Diffstat (limited to 'lib')
-rw-r--r-- | lib/common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common.php b/lib/common.php index 03096260b..3afdf886b 100644 --- a/lib/common.php +++ b/lib/common.php @@ -41,7 +41,7 @@ $config = 'server' => 'localhost', 'path' => '/'), 'avatar' => - array('directory' => INSTALLDIR . 'files', + array('directory' => INSTALLDIR . '/files', 'path' => '/files') ); |