mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
fix: undefined index
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
<tr>
|
||||
<td>User ID</td>
|
||||
<td>
|
||||
<input type="text" class="fm" name="uid" value="<?php echo $_GET['uid'];?>">
|
||||
<input type="text" class="fm" name="uid" value="<?php echo (isset($_GET['uid']) ? $_GET['uid'] : '');?>">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user