diff options
Diffstat (limited to 'lib/common.php')
-rw-r--r-- | lib/common.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/common.php b/lib/common.php index ea83682ea..82a29a001 100644 --- a/lib/common.php +++ b/lib/common.php @@ -40,6 +40,9 @@ $config = array('name' => 'Just another Laconica microblog', 'server' => 'localhost', 'path' => '/'), + 'license' => + array('url' => 'http://creativecommons.org/license/by/3.0/', + 'title' => 'Creative Commons Attribution 3.0'), 'avatar' => array('directory' => INSTALLDIR . '/avatar', 'path' => '/avatar') |