mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-09-05 09:57:16 +00:00
fix: undefined index
This commit is contained in:
@@ -24,7 +24,7 @@ include("menu.tpl"); ?>
|
|||||||
<form action="spieler.php" method="POST">
|
<form action="spieler.php" method="POST">
|
||||||
<input type="hidden" name="ft" value="p1" />
|
<input type="hidden" name="ft" value="p1" />
|
||||||
<input type="hidden" name="uid" value="<?php echo $session->uid; ?>" />
|
<input type="hidden" name="uid" value="<?php echo $session->uid; ?>" />
|
||||||
<input type="hidden" name="id" value="<?php echo $id; ?>" />
|
<input type="hidden" name="id" value="<?php echo (isset($id) ? $id : ''); ?>" />
|
||||||
|
|
||||||
<table cellpadding="1" cellspacing="1" id="edit" ><thead>
|
<table cellpadding="1" cellspacing="1" id="edit" ><thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user