diff options
Diffstat (limited to 'lib/common.php')
-rw-r--r-- | lib/common.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/common.php b/lib/common.php index 50d0110e2..9328d33e9 100644 --- a/lib/common.php +++ b/lib/common.php @@ -39,6 +39,10 @@ $config = array('name' => 'Just another Laconica microblog', 'server' => 'localhost', 'path' => '/'), + 'tag' => + array('authority' => 'INVALID TAG', + 'date' => 'PUT A DATE HERE', + 'prefix' => ''), 'license' => array('url' => 'http://creativecommons.org/license/by/3.0/', 'title' => 'Creative Commons Attribution 3.0', |