Projekt

Obecné

Profil

Stáhnout (85 Bajtů) Statistiky
| Větev: | Revize:
1 b748cb5f Tomáš Pašek
<?php
2
require "../model/DB.php";
3
$DB = new DB();
4
5
$result = $DB->createUser($_POST);