import from HEAD:
[freeradius.git] / dialup_admin / htdocs / group_admin.php3
index 41bb7e8..172f4f1 100644 (file)
@@ -10,7 +10,7 @@ if ($config[general_lib_type] != 'sql'){
 <meta http-equiv="Content-Type" content="text/html; charset=$config[general_charset]">
 <link rel="stylesheet" href="style.css">
 </head>
-<body>
+<body bgcolor="#80a040" background="images/greenlines1.gif" link="black" alink="black">
 <center>
 <b>This page is only available if you are using sql as general library type</b>
 </body>
@@ -19,7 +19,6 @@ EOM;
        exit();
 }
 
-unset($group_members);
 if (is_file("../lib/$config[general_lib_type]/group_info.php3")){
        include("../lib/$config[general_lib_type]/group_info.php3");
        if ($group_exists == 'no'){
@@ -28,7 +27,7 @@ if (is_file("../lib/$config[general_lib_type]/group_info.php3")){
 <meta http-equiv="Content-Type" content="text/html; charset=$config[general_charset]">
 <link rel="stylesheet" href="style.css">
 </head>
-<body>
+<body bgcolor="#80a040" background="images/greenlines1.gif" link="black" alink="black">
 <center>
 <form action="group_admin.php3" method=get>
 <b>Group Name&nbsp;&nbsp;</b>
@@ -49,7 +48,7 @@ EOM;
 <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $config[general_charset]?>">
 <link rel="stylesheet" href="style.css">
 </head>
-<body>
+<body bgcolor="#80a040" background="images/greenlines1.gif" link="black" alink="black">
 <center>
 <table border=0 width=550 cellpadding=0 cellspacing=0>
 <tr valign=top>
@@ -89,7 +88,7 @@ if ($do_changes == 1){
        
    
    <form method=post>
-      <input type=hidden name=login value=<?php echo $login ?>>
+      <input type=hidden name=login value="<?php echo $login ?>">
       <input type=hidden name=do_changes value=0>
       <input type=hidden name=show value=0>
        <table border=1 bordercolordark=#ffffe0 bordercolorlight=#000000 width=100% cellpadding=2 cellspacing=0 bgcolor="#ffffe0" valign=top>