mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 01:42:29 +02:00
Revert to revision 1002
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@1005 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
+3
-3
@@ -136,7 +136,7 @@ SELECT '.$conf['user_fields']['password'].' AS password
|
||||
|
||||
// redirection
|
||||
$url = PHPWG_ROOT_PATH.'category.php?'.$_SERVER['QUERY_STRING'];
|
||||
redirect($url);
|
||||
redirect(add_session_id($url));
|
||||
}
|
||||
}
|
||||
// +-----------------------------------------------------------------------+
|
||||
@@ -198,9 +198,9 @@ $template->assign_vars(
|
||||
'L_RETURN' => $lang['home'],
|
||||
'L_RETURN_HINT' => $lang['home_hint'],
|
||||
|
||||
'U_RETURN' => PHPWG_ROOT_PATH.'category.php',
|
||||
'U_RETURN' => add_session_id(PHPWG_ROOT_PATH.'category.php'),
|
||||
|
||||
'F_ACTION'=>$url_action,
|
||||
'F_ACTION'=>add_session_id($url_action),
|
||||
));
|
||||
|
||||
$blockname = 'template_option';
|
||||
|
||||
Reference in New Issue
Block a user