diff options
author | redmatrix <git@macgirvin.com> | 2016-02-03 20:24:46 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-02-03 20:24:46 -0800 |
commit | c75f76f740be16f9880650fcff359d7afd85991d (patch) | |
tree | 50e40fcb64de4dfa0c8dfa176c52e7319a1527d0 /include | |
parent | 28386d747115598ccd4851e049084219b2f99fef (diff) | |
download | volse-hubzilla-c75f76f740be16f9880650fcff359d7afd85991d.tar.gz volse-hubzilla-c75f76f740be16f9880650fcff359d7afd85991d.tar.bz2 volse-hubzilla-c75f76f740be16f9880650fcff359d7afd85991d.zip |
heavy lifting on admin security page
Diffstat (limited to 'include')
-rw-r--r-- | include/widgets.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/widgets.php b/include/widgets.php index 7e502e4c2..011e3a8d7 100644 --- a/include/widgets.php +++ b/include/widgets.php @@ -1269,6 +1269,7 @@ function widget_admin($arr) { 'site' => array(z_root() . '/admin/site/', t('Site'), 'site'), 'users' => array(z_root() . '/admin/users/', t('Accounts'), 'users'), 'channels' => array(z_root() . '/admin/channels/', t('Channels'), 'channels'), + 'security' => array(z_root() . '/admin/security/', t('Security'), 'security'), 'features' => array(z_root() . '/admin/features/', t('Features'), 'features'), 'plugins' => array(z_root() . '/admin/plugins/', t('Plugins'), 'plugins'), 'themes' => array(z_root() . '/admin/themes/', t('Themes'), 'themes'), |