forked from GNUsocial/gnu-social
		
	
		
			
	
	
		
			6 lines
		
	
	
		
			127 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			6 lines
		
	
	
		
			127 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
|   | #!/usr/bin/env bash | ||
|  | # Find all PHP modules that are likely to have global variables | ||
|  | set -e | ||
|  | 
 | ||
|  | ./admin/findphp | xargs grep '^\$' |