Projekt

Obecné

Profil

Stáhnout (95 Bajtů) Statistiky
| Větev: | Revize:
1
<?php
2
require "../model/DB.php";
3

    
4
$DB = new DB();
5

    
6
$result = $DB->deleteUser($_POST['userId']);
(1-1/8)