Remove hard coded references to hub.hackerpublicradio.org to allow hub to be run on different servers and make testing locally possible.
		
			
				
	
	
		
			4 lines
		
	
	
		
			58 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			58 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
   header("location:${hubBaseurl}calendar.php");
 | 
						|
?>
 |