From c6c14dc740ac2aa6ff0452b4585a5e8c9d9fe043 Mon Sep 17 00:00:00 2001 From: Angelo Cuccato Date: Tue, 26 Jan 2010 22:38:19 +0100 Subject: add more security groups and create groups --- www-ssl/admin/group.php | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'www-ssl/admin/group.php') diff --git a/www-ssl/admin/group.php b/www-ssl/admin/group.php index 6377593d..00b7329f 100755 --- a/www-ssl/admin/group.php +++ b/www-ssl/admin/group.php @@ -16,10 +16,10 @@ if (!IsSet($_GET["enterGID"])) // anzahl zeilen $Zeilen = mysql_num_rows($Erg); - echo "\n"; + echo "
\n"; echo "\n"; echo "\t\n"; - echo "\t\n"; + echo "\t\n"; echo "\n"; for ($n = 0 ; $n < $Zeilen ; $n++) { @@ -30,6 +30,15 @@ if (!IsSet($_GET["enterGID"])) mysql_result($Erg, $n, "UID")."&Type=Secure\">change\n"; echo "\n"; } + + // new form + echo "\n"; + echo "\t\n"; + echo "\t\t\n"; + echo "\t\t\n"; + echo "\t\n"; + echo "\n"; + echo "\t
Groupname-Link
\n"; // Ende Userliste } -- cgit v1.2.3-54-g00ecf