Project

General

Profile

« Previous | Next » 

Revision ae2951d3

Added by Scott Ullrich over 15 years ago

Make item a global

View differences:

etc/inc/priv.inc
44 44
	pfSense_MODULE:	auth
45 45
*/
46 46

  
47
require_once("util.inc");
48

  
49 47
/* Load and process custom privs. */
50 48
run_plugins("/etc/inc/priv/");
51 49

  
......
63 61
}
64 62

  
65 63
function sort_privs(& $privs) {
66

  
67 64
	uksort($privs, "cmp_privkeys");
68 65
}
69 66

  

Also available in: Unified diff