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:04:14 -0800 |
commit | 440ee00b1ed9c1b0b552c14b72c962a79e1a402e (patch) | |
tree | b9cb4e66385a43367e5be572baf3bdb406106542 /lib/default.php | |
parent | 292ac40cae211d209899d1e13148483585483330 (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 c01508695..1337a9633 100644 --- a/lib/default.php +++ b/lib/default.php @@ -266,7 +266,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), |