Skip to content

Commit

Permalink
- merge -r998:999 from branches/branch-1_5 into trunk (bug 260 fixed)
Browse files Browse the repository at this point in the history
git-svn-id: http://piwigo.org/svn/trunk@1000 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
nikrou committed Jan 7, 2006
1 parent 00157ca commit b223bb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions category.php
Expand Up @@ -168,6 +168,7 @@

'U_HOME' => add_session_id( PHPWG_ROOT_PATH.'category.php' ),
'U_REGISTER' => add_session_id( PHPWG_ROOT_PATH.'register.php' ),
'U_LOST_PASSWORD' => add_session_id(PHPWG_ROOT_PATH.'password.php'),
'U_LOGOUT' => PHPWG_ROOT_PATH.'category.php?act=logout',
'U_ADMIN'=>add_session_id( PHPWG_ROOT_PATH.'admin.php' ),
'U_PROFILE'=>add_session_id(PHPWG_ROOT_PATH.'profile.php')
Expand Down

0 comments on commit b223bb4

Please sign in to comment.