diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-06-30 16:41:17 -0700 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-06-30 16:41:17 -0700 |
commit | e36a0fd619010c1c6dbf0c1d56c20675ed78d33e (patch) | |
tree | 698fc3714805e4511f87b4f864973cbd0bacc2bf /lib/common.php | |
parent | 203a5aba67c3bd9e2848d90b1778240b387aeda3 (diff) | |
parent | 10d4191bd103d177734ce4cf8006cd7af88e139b (diff) |
Merge branch 'jeff' into 0.7.x
* jeff:
Add site-wide option to change the length at which URLs are auto-shortened
Diffstat (limited to 'lib/common.php')
-rw-r--r-- | lib/common.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common.php b/lib/common.php index 01d2c78ea..151b31d80 100644 --- a/lib/common.php +++ b/lib/common.php @@ -89,6 +89,7 @@ $config = 'private' => false, 'ssl' => 'never', 'sslserver' => null, + 'shorturllength' => 30, 'dupelimit' => 60), # default for same person saying the same thing 'syslog' => array('appname' => 'laconica', # for syslog |