Subversion Repositories ALCASAR

Rev

Rev 2279 | Rev 2512 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 2279 Rev 2390
Line 25... Line 25...
25
}
25
}
26
if (isset($search_IN)) $selected[$search_IN] = 'selected';
26
if (isset($search_IN)) $selected[$search_IN] = 'selected';
27
if (isset($radius_attr)) $selected[$radius_attr] = 'selected';
27
if (isset($radius_attr)) $selected[$radius_attr] = 'selected';
28
if (isset($max_results)) $max = ($max_results) ? $max_results : 40;
28
if (isset($max_results)) $max = ($max_results) ? $max_results : 40;
29
 
29
 
30
if ((!isset($find_user)) || ($find_user === 0)) {
30
#if ((!isset($find_user)) || ($find_user === 0)) {
31
	// Search all users by default
31
#	// Search all users by default
32
	$find_user = 1;
32
#	$find_user = 1;
33
	$search_IN = 'username';
33
#	$search_IN = 'username';
34
	$search = '';
34
#	$search = '';
35
}
35
#}
36
?>
36
?>
37
<html>
37
<html>
38
<head>
38
<head>
39
<title>Find a user</title>
39
<title>Find a user</title>
40
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $config['general_charset']?>">
40
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $config['general_charset']?>">