使用最广泛的radius的linux的源码

源代码在线查看: group_admin.php3

软件大小: 3428 K
上传用户: qq448792326
关键词: radius linux 源码
下载地址: 免注册下载 普通下载 VIP

相关代码

								require('../conf/config.php3');				if ($show == 1 && isset($del_members)){				        header("Location: user_admin.php3?login=$del_members[0]");				        exit;				}				if ($config[general_lib_type] != 'sql'){					echo 				Group Administration Page																								This page is only available if you are using sql as general library type												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'){						echo 				Group Administration Page																												Group Name  								  does not exist																EOM;				                exit();				        }				}				?>																Group Administration Page																																																								include("../html/group_toolbar.html.php3");				?>																																											Group  Administration 																																								if ($do_changes == 1){					if (is_file("../lib/$config[general_lib_type]/group_admin.php3"))						include("../lib/$config[general_lib_type]/group_admin.php3");					if (is_file("../lib/$config[general_lib_type]/group_info.php3"))						include("../lib/$config[general_lib_type]/group_info.php3");				}				?>												   				      				      				      																	Group Members (Check to Delete)																				foreach ($group_members as $member){					echo "$member\n";				}				?>																								New Group Member(s)Separate group members by whitespace or newline																																																																												

相关资源