diff options
author | Zach Copley <zach@status.net> | 2010-03-03 14:32:14 -0800 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-03-03 14:37:30 -0800 |
commit | 337b1aaaa16bde80b42a9902ebeb299f8f13a226 (patch) | |
tree | ffd34155564dc122ea78242bcb1c205d1430f591 /lib/default.php | |
parent | 628338265c1607000eaffc42418c63092b019720 (diff) |
Site-wide notice text admin panel
Diffstat (limited to 'lib/default.php')
-rw-r--r-- | lib/default.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/default.php b/lib/default.php index b7216045c..8e99a0e1c 100644 --- a/lib/default.php +++ b/lib/default.php @@ -54,10 +54,11 @@ $default = 'ssl' => 'never', 'sslserver' => null, 'shorturllength' => 30, - 'dupelimit' => 60, # default for same person saying the same thing + 'dupelimit' => 60, // default for same person saying the same thing 'textlimit' => 140, 'indent' => true, - 'use_x_sendfile' => false + 'use_x_sendfile' => false, + 'notice' => null // site wide notice text ), 'db' => array('database' => 'YOU HAVE TO SET THIS IN config.php', @@ -283,7 +284,7 @@ $default = 'OpenID' => null), ), 'admin' => - array('panels' => array('design', 'site', 'user', 'paths', 'access', 'sessions')), + array('panels' => array('design', 'site', 'user', 'paths', 'access', 'sessions', 'sitenotice')), 'singleuser' => array('enabled' => false, 'nickname' => null), |