diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-06-23 05:35:20 -0700 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-06-23 05:35:20 -0700 |
commit | 7bcaa858af31c5c496bc5adc0c73ec333d4c1e63 (patch) | |
tree | 984d51f5d3cb7400bc14a30df16a23e066d82200 /lib | |
parent | ccd9cdd6183ac479ef8e88e61814c3209b428eb3 (diff) |
make file command configurable
Diffstat (limited to 'lib')
-rw-r--r-- | lib/common.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/common.php b/lib/common.php index 20f1ab35e..76eb4a978 100644 --- a/lib/common.php +++ b/lib/common.php @@ -202,7 +202,7 @@ $config = array('run' => 'web', 'frequency' => 10000, 'reporturl' => 'http://laconi.ca/stats/report'), - 'attachments' => + 'attachments' => array('server' => null, 'dir' => INSTALLDIR . '/file/', 'path' => $_path . '/file/', @@ -241,6 +241,7 @@ $config = 'user_quota' => 50000000, 'monthly_quota' => 15000000, 'uploads' => true, + 'filecommand' => '/usr/bin/file', ), 'group' => array('maxaliases' => 3), |