mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-09-02 16:37:15 +00:00
fix(session): refresh the 30s user-cache after a player's own changes (#239)
This commit is contained in:
@@ -87,6 +87,11 @@ if (!empty($pwError)) {
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th><?php echo CURRENT_EMAIL; ?></th>
|
||||
<td><?php echo htmlspecialchars($session->userinfo['email'] ?? '', ENT_QUOTES, 'UTF-8'); ?></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th><?php echo OLD_EMAIL; ?></th>
|
||||
<td><input class="text" type="text" name="email_alt" /></td>
|
||||
|
||||
Reference in New Issue
Block a user