mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 17:23:04 +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:
+2
-2
@@ -76,9 +76,9 @@ $template->assign_vars(array(
|
||||
'L_CONFIRM_PASSWORD' => $lang['reg_confirm'],
|
||||
'L_EMAIL' => $lang['mail_address'],
|
||||
|
||||
'U_HOME' => PHPWG_ROOT_PATH.'category.php',
|
||||
'U_HOME' => add_session_id(PHPWG_ROOT_PATH.'category.php'),
|
||||
|
||||
'F_ACTION' => 'register.php',
|
||||
'F_ACTION' => add_session_id('register.php'),
|
||||
'F_LOGIN' => $login,
|
||||
'F_EMAIL' => $email
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user