bon bah c'était pas ça :(
Esse commit está contido em:
pai
57de482cd9
commit
982ac1e529
2 arquivos alterados com 2 adições e 3 exclusões
4
api.php
4
api.php
|
|
@ -185,10 +185,10 @@
|
|||
case "aj_doc":
|
||||
|
||||
|
||||
/*if(!$csrf->validate($context='televersement',$_POST["jeton-csrf"])){
|
||||
if(!$csrf->validate($context='televersement',$_POST["jeton-csrf"])){
|
||||
echo( json_encode(["status"=> "2","msg"=>"jeton csrf manquant.".$_POST["jeton-csrf"]]) );
|
||||
break;
|
||||
}*/
|
||||
}
|
||||
|
||||
try{
|
||||
ajouter_doc($_POST);
|
||||
|
|
|
|||
1
bdd.php
1
bdd.php
|
|
@ -48,7 +48,6 @@ function ajouter_doc($request){
|
|||
|
||||
global $conn;
|
||||
|
||||
print_r($request);
|
||||
|
||||
// Check connection
|
||||
if ($conn->connect_error) {
|
||||
|
|
|
|||
Carregando…
Referência em uma nova issue