public design update
This commit is contained in:
@@ -46,6 +46,9 @@ switch($uebergabe)
|
||||
case 0:
|
||||
|
||||
echo "
|
||||
<!-- MAIN -->
|
||||
<div id=\"main\">
|
||||
<div class=\"wrapper\">
|
||||
<table>
|
||||
<tr>
|
||||
<td><h1>Welcome ".$_SESSION["user_vorname"]." ".$_SESSION["user_nachname"]."!</h1><br></td>
|
||||
@@ -286,7 +289,10 @@ echo "<br>
|
||||
Current IP: ".getenv("REMOTE_ADDR")."<br>
|
||||
<form action=\"".$moduleurl."&uebergabe=2\" method=\"post\">
|
||||
<input type=\"submit\" value=\"Change Userinformation\">
|
||||
</form>";
|
||||
</form>
|
||||
|
||||
</div>
|
||||
</div>";
|
||||
break;
|
||||
|
||||
case 2:
|
||||
|
Reference in New Issue
Block a user