mirror of
				https://github.com/pierre42100/ComunicAPI
				synced 2025-10-31 02:04:53 +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
	 Pierre
					Pierre