<% if($thisadmin["master"]==1): %>
">
/
">
|
<% endif; %>
<% echo $row["aID"]; %> |
<% echo $row["name"]; %> |
<% if($thisadmin["master"]==1 OR $row["aID"]==$thisadmin["aID"]): %>
<%
# echo $row["password"];
for ($n = 1; $n <= strlen($row["password"]); print "*", $n++) ;
%>
|
<% else: %>
???? |
<% endif; %>
"><% echo $row["email"]; %> |
<% if ($row["master"]==0) {echo "nein";}else{echo "ja";} %> |
<% endwhile;
if($thisadmin["master"]==1): %>
value="neuer Admin"
<% else: %>
value="aktualisieren"
<% endif; %>
name="send"> |
<% if(!$edit):
$name="";
$password="";
%>
?
<% else:
echo $edit;
$query = "SELECT * FROM admins WHERE aID=$edit";
$result = mysql_db_query($db,$query,$dbcode);
$row = mysql_fetch_array($result);
endif; %>
|
|
|
|
|
<% endif; %>