| 
					
				 | 
			
			
				@@ -18,7 +18,7 @@ class Auth extends BaseController { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     public function register() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         $msg = ""; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if ($this->request->isPost()) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            $source = intval($this->request['source']); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            $source = 3; //intval($this->request['source']); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             $response_object = new \StdClass(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             $special = \StrUtil::getRequestDecodeParam($this->request, 'special'); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             $data = [ 
			 |