This commit is contained in:
2020-09-28 21:15:40 +02:00
parent bb33748a30
commit c2050f224f
9 changed files with 220 additions and 237 deletions

View File

@ -12,9 +12,9 @@
echo "true";
else
echo "false";
$query->closeCursor();
$db->close();
$query = null;
$db = null;
} else {
header($_SERVER["SERVER_PROTOCOL"] . " 405 Method Not Allowed", true, 405);
}
?>
?>