Remove hard coded references to hub.hackerpublicradio.org to allow hub to be run on different servers and make testing locally possible.
		
			
				
	
	
		
			8 lines
		
	
	
		
			176 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			176 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| # request.php > request_confirm.php > upload.php > upload_confirm.php 
 | |
| #require "/home/hpr/php/include.php";
 | |
| ?>
 | |
| <?php
 | |
|    header("location:${hubBaseurl}calendar.php");
 | |
| ?>
 |