Projekt

Obecné

Profil

Stáhnout (95 Bajtů) Statistiky
| Větev: | Revize:
1 082263b5 Tomáš Pašek
<?php
2
require "../model/DB.php";
3
4
$DB = new DB();
5
6
$result = $DB->deleteUser($_POST['userId']);