Skip to content
Snippets Groups Projects
profil.php 135 B
Newer Older
Eric Laufer's avatar
Eric Laufer committed
<?php
require_once('lib/class/userliste.class.php');
$user = new USERLISTE;
Eric Laufer's avatar
Eric Laufer committed
$user->set_uid($_POST['uid']);
$user->profil_save($_POST);