6 lines
		
	
	
	
		
			137 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			137 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| // Create a constant array with config variables
 | |
| const CONF = array(
 | |
|     "lastfm_key" => "key",
 | |
|     "lastfm_user" => "username"
 | |
| );
 | 
