diff options
author | Zach Copley <zach@status.net> | 2010-01-28 22:04:14 -0800 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-01-28 22:06:01 -0800 |
commit | 58685117169ba81fcd62474d21b0387635873136 (patch) | |
tree | 55fd55f70519ee5511fe97b948dc4a1ba358ecee /lib/default.php | |
parent | f8ef923aae2aebf89a08209cf6a64d9ea1f56122 (diff) |
Move sessions settings to its own panel
Diffstat (limited to 'lib/default.php')
-rw-r--r-- | lib/default.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/default.php b/lib/default.php index a6b9919b2..64fb7a786 100644 --- a/lib/default.php +++ b/lib/default.php @@ -265,7 +265,7 @@ $default = 'OpenID' => null), ), 'admin' => - array('panels' => array('design', 'site', 'user', 'paths', 'access')), + array('panels' => array('design', 'site', 'user', 'paths', 'access', 'sessions')), 'singleuser' => array('enabled' => false, 'nickname' => null), |