bon bah c'était pas ça :(

このコミットが含まれているのは:
thaaoblues 2024-01-16 18:05:45 +01:00
コミット 982ac1e529
2個のファイルの変更2行の追加3行の削除

ファイルの表示

@ -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);

ファイルの表示

@ -48,7 +48,6 @@ function ajouter_doc($request){
global $conn;
print_r($request);
// Check connection
if ($conn->connect_error) {