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