mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-26 14:36:06 +00:00
fix ban system 100% + replace the previous fix with better one + new admin panel by ZravianX version
This commit is contained in:
@@ -17,7 +17,7 @@ $varray = $database->getProfileVillages($id);
|
||||
$varmedal = $database->getProfileMedal($id);
|
||||
?>
|
||||
<br />
|
||||
<form action="../GameEngine/Admin/Mods/editUser.php" method="POST">
|
||||
<form action="GameEngine/Admin/Mods/editUser.php" method="POST">
|
||||
<input type="hidden" name="uid" value="<?php echo $uid; ?>" />
|
||||
<input type="hidden" name="id" value="<?php echo $id; ?>" />
|
||||
<table id="profile" cellpadding="1" cellspacing="1" >
|
||||
|
||||
Reference in New Issue
Block a user