diff options
author | redmatrix <git@macgirvin.com> | 2016-02-03 20:33:34 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-02-03 20:33:34 -0800 |
commit | c598bbb8a94e2acd30f9f1a121dfcc2bffe6ee3d (patch) | |
tree | 98697eb2987f741fd98797463036e7ef660c2721 /include | |
parent | 006efbd906980fca8c0c377fa2b0a4054c2849f4 (diff) | |
parent | e6f388d8694b3f33d2039a525a855775487ca77c (diff) | |
download | volse-hubzilla-c598bbb8a94e2acd30f9f1a121dfcc2bffe6ee3d.tar.gz volse-hubzilla-c598bbb8a94e2acd30f9f1a121dfcc2bffe6ee3d.tar.bz2 volse-hubzilla-c598bbb8a94e2acd30f9f1a121dfcc2bffe6ee3d.zip |
Merge branch 'embedsec'
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'), |