Sélectionner une révision Git
-
Kubat a rédigé
Set CURLOPT_SSL_VERIFYPEER and CURLOPT_SSL_VERIFYHOST to 0 for the easy_perform, this is not ok in any way, but should works (be aware of MITM attacks)
Kubat a rédigéSet CURLOPT_SSL_VERIFYPEER and CURLOPT_SSL_VERIFYHOST to 0 for the easy_perform, this is not ok in any way, but should works (be aware of MITM attacks)
admindelTopics.php 214 o
<?php
require_once("./fonction.php");
$bdd=bdd();
if (isset($_GET['name'])) {
$name=$_GET['name'];
$requete=pg_query("DELETE FROM toppics where namet='$name'");
header("Location: ./adminEditTopics.php");
}
?>