summaryrefslogtreecommitdiff
path: root/www-ssl
diff options
context:
space:
mode:
authorroot <root@www.engelsystem.de>2010-11-28 22:57:13 +0100
committerroot <root@www.engelsystem.de>2010-11-28 22:57:13 +0100
commit973e2ec4a6ac9047f14ef0d87cabd4dba30773cd (patch)
treecb3f4ba39032bd5e99a18fb9f633a26c94c49610 /www-ssl
parent26b183befb40fb22be0dac2697ca474e25411b72 (diff)
parent1e4779938497a580217cf0e082730c731282cd69 (diff)
Merge branch 'master' into spezial_includes
Diffstat (limited to 'www-ssl')
-rwxr-xr-xwww-ssl/admin/user.php16
1 files changed, 10 insertions, 6 deletions
diff --git a/www-ssl/admin/user.php b/www-ssl/admin/user.php
index dcd0194a..3af89e53 100755
--- a/www-ssl/admin/user.php
+++ b/www-ssl/admin/user.php
@@ -88,12 +88,16 @@ if (!IsSet($_GET["enterUID"]))
echo "\t<td>".mysql_result($Erg, $n, "Aktiv")."</td>\n";
$Tshirt += mysql_result($Erg, $n, "Tshirt");
echo "\t<td>".mysql_result($Erg, $n, "Tshirt")."</td>\n";
- echo "\t<td><a href=\"./userChangeNormal.php?enterUID=".
- mysql_result($Erg, $n, "UID")."&Type=Normal\">&Auml;nd.</a></td>\n";
- echo "\t<td>";
-
- echo "<a href=\"./userChangeSecure.php?enterUID=".
- mysql_result($Erg, $n, "UID")."&Type=Secure\">Secure</a></td>\n";
+ echo "\t<td>". funktion_isLinkAllowed_addLink_OrEmpty(
+ "admin/userChangeNormal.php?enterUID=".
+ mysql_result($Erg, $n, "UID")."&Type=Normal",
+ "&Auml;nd.").
+ "</td>\n";
+ echo "\t<td>". funktion_isLinkAllowed_addLink_OrEmpty(
+ "admin/userChangeSecure.php?enterUID=".
+ mysql_result($Erg, $n, "UID")."&Type=Secure",
+ "Secure").
+ "</td>\n";
echo "</tr>\n";
}
echo "<tr>".