summaryrefslogtreecommitdiff
path: root/www-ssl/admin/user.php
diff options
context:
space:
mode:
authorAngelo Cuccato <cuccato@web.de>2010-01-26 22:38:19 +0100
committerAngelo Cuccato <cuccato@web.de>2010-01-26 22:38:19 +0100
commitc6c14dc740ac2aa6ff0452b4585a5e8c9d9fe043 (patch)
treebb843cb0f5f178785a62f8baefba3e6dc30f1302 /www-ssl/admin/user.php
parentec21c8ade176c706fd067f8835e7f4dc752ce6ba (diff)
add more security groups and create groups
Diffstat (limited to 'www-ssl/admin/user.php')
-rwxr-xr-xwww-ssl/admin/user.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/www-ssl/admin/user.php b/www-ssl/admin/user.php
index 748c09fa..5f0888e4 100755
--- a/www-ssl/admin/user.php
+++ b/www-ssl/admin/user.php
@@ -11,8 +11,6 @@ if (!IsSet($_GET["enterUID"]))
echo "<a href=\"../makeuser.php\">Neuen Engel eintragen</a><br><br>\n";
- echo "\n<a href=\"./user.php?enterUID=-1&Type=Secure\">Edit logout User</a><br><br>\n";
-
if( !isset($_GET["OrderBy"]) ) $_GET["OrderBy"] = "Nick";
$SQL = "SELECT * FROM `User` ORDER BY `". $_GET["OrderBy"]. "` ASC";
$Erg = mysql_query($SQL, $con);