mirror of
				https://github.com/pierre42100/ComunicAPI
				synced 2025-11-04 12:14:12 +00:00 
			
		
		
		
	Fix security issue
This commit is contained in:
		@@ -14,6 +14,8 @@ class searchController
 | 
			
		||||
	 * @url POST /user/search
 | 
			
		||||
	 */
 | 
			
		||||
	public function searchDatabase(){
 | 
			
		||||
		user_login_required();
 | 
			
		||||
 | 
			
		||||
		//Check if the query was specified with the request
 | 
			
		||||
		if(!isset($_POST['query']))
 | 
			
		||||
			Rest_fatal_error(400, "Please specify search terms");
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user