diff options
author | Zach Copley <zach@status.net> | 2009-11-16 16:58:49 -0800 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-01-24 16:36:02 -0800 |
commit | 3c2b05d222a55cd1e148f3f887bf55e924898f1b (patch) | |
tree | d1ca17ba0782527ec43bb3026823e64913651d38 /lib/default.php | |
parent | 035c475b45959057099c503d2cdcff8c8145e198 (diff) |
Workflow for registering new OAuth apps pretty much done.
Diffstat (limited to 'lib/default.php')
-rw-r--r-- | lib/default.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/default.php b/lib/default.php index e3a043de1..b6ee72279 100644 --- a/lib/default.php +++ b/lib/default.php @@ -211,6 +211,8 @@ $default = 'uploads' => true, 'filecommand' => '/usr/bin/file', ), + 'application' => + array('desclimit' => null), 'group' => array('maxaliases' => 3, 'desclimit' => null), |