Project

General

Profile

« Previous | Next » 

Revision 1400

Added by FrankH over 13 years ago

  1. Security fix in account
  2. Security fix in admin/media, thanks to hal 9000

View differences:

preferences_form.php
17 17
 */
18 18

  
19 19
if(!defined('WB_URL')) die(header('Location: ../../index.php'));
20

  
20
$ftan = $wb->getFTAN();
21 21
?>
22 22

  
23 23
<h2>&nbsp;<?php print $HEADING['MY_SETTINGS']; ?></h2>
24 24

  
25 25
<form name="user" action="<?php print WB_URL.'/account/preferences.php'; ?>" method="post" style="margin-bottom: 5px;">
26 26
<input type="hidden" name="user_id" value="{USER_ID}" />
27

  
27
<?php echo $ftan; ?>
28 28
<table cellpadding="5" cellspacing="0" border="0" width="97%">
29 29
<tr>
30 30
	<td width="140"><?php print $TEXT['DISPLAY_NAME']; ?>:</td>
......
146 146

  
147 147
<form name="email" action="<?php print WB_URL.'/account/preferences.php'; ?>" method="post" style="margin-bottom: 5px;">
148 148
<input type="hidden" name="user_id" value="{USER_ID}" />
149

  
149
<?php echo $ftan; ?>
150 150
<table cellpadding="5" cellspacing="0" border="0" width="97%">
151 151
<tr>
152 152
	<td width="140"><?php print $TEXT['CURRENT_PASSWORD']; ?>:</td>
......
176 176

  
177 177
<form name="user" action="<?php print WB_URL.'/account/preferences.php'; ?>" method="post">
178 178
<input type="hidden" name="user_id" value="{USER_ID}" />
179

  
179
<?php echo $ftan; ?>
180 180
<table cellpadding="5" cellspacing="0" border="0" width="97%">
181 181
<tr>
182 182
	<td width="140"><?php print $TEXT['CURRENT_PASSWORD']; ?>:</td>

Also available in: Unified diff