mirror of
https://github.com/Floriansylvain/projet_programmation_web.git
synced 2026-08-19 11:43:16 +02:00
🚧 Visuels W.I.P.
This commit is contained in:
@@ -13,7 +13,7 @@ $q = $_GET['q'];
|
||||
if (strlen($author_name) < 3) {
|
||||
print_r(json_encode(array(
|
||||
"status" => 400,
|
||||
"message" => "Le nom de l'auteur doit comporter un minimum de 3 caractères."
|
||||
"message" => "La recherche doit comporter un minimum de 3 caractères."
|
||||
)));
|
||||
exit();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user