|  | @ -19,9 +19,6 @@ define('APP_TITLE', t("MOVIM - Test Client")); | 
		
	
		
			
				|  |  |     if(isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] != "") { |  |  |     if(isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] != "") { | 
		
	
		
			
				|  |  |         $uri = 'https://'; |  |  |         $uri = 'https://'; | 
		
	
		
			
				|  |  |     } |  |  |     } | 
		
	
		
			
				|  |  |     else if(mvc_get_conf('app/https_only', false)) { |  |  |  | 
		
	
		
			
				|  |  |         $uri = 'https://'; |  |  |  | 
		
	
		
			
				|  |  |     } |  |  |  | 
		
	
		
			
				|  |  | 
 |  |  | 
 | 
		
	
		
			
				|  |  |     if($path == "") { |  |  |     if($path == "") { | 
		
	
		
			
				|  |  |         $uri .= $_SERVER['HTTP_HOST'] . '/'; |  |  |         $uri .= $_SERVER['HTTP_HOST'] . '/'; | 
		
	
	
		
			
				|  | 
 |