diff options
author | vdigital <vdigital@piwigo.org> | 2009-07-04 21:24:12 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2009-07-04 21:24:12 +0000 |
commit | 0abd9b49453b31596862ed3476717347b5437f8e (patch) | |
tree | bf48cbe6df7efcc5308714ca327ef717cc413006 /admin.php | |
parent | cbc5f2c6499da9f136b4d747850da23b9ce621b8 (diff) |
New(minor): Add Logout from admin menu (net cafe or office shared desktop) - saqwild request
git-svn-id: http://piwigo.org/svn/branches/2.0@3521 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin.php')
-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', ) ); |