diff options
author | vdigital <vdigital@piwigo.org> | 2009-07-04 21:26:42 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2009-07-04 21:26:42 +0000 |
commit | 1a5cf312ed50453f107a30be9c8b07d970369b70 (patch) | |
tree | 02f8b79c6b7ba586c7995a02c6cb7efd35685cb9 /admin.php | |
parent | b102907b51e838c4b51f0bb0acbe1ba5fb4dbb08 (diff) |
merge r3521 from branch 2.0 to trunk
New(minor): Add Logout from admin menu (net cafe or office shared desktop) - saqwild request
git-svn-id: http://piwigo.org/svn/trunk@3522 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -95,6 +95,7 @@ $template->assign( 'U_PERMALINKS'=> $link_start.'permalinks', 'U_RETURN'=> make_index_url(), 'U_ADMIN'=> PHPWG_ROOT_PATH.'admin.php', + 'U_LOGOUT'=> PHPWG_ROOT_PATH.'index.php?act=logout', 'U_PLUGINS'=> $link_start.'plugins_list', ) ); |