uid) die('Forbidden'); if(isset($_REQUEST['d'])) $msg = save_profile($_REQUEST['d']); $GUI->main_header(''); ?>
If you uploaded new images or made changes to the existing ones, click the following link to resync the database with your files.
isadmin){?>Here you can change some of your user data. If you don't want to change your password leave the fields empty. Your avatar image is pulled from gravatar.com.
Password updated
'; }else{ $msg .= 'Password and confirmation did not match.
'; } } if($data['email']){ $Login->set('email',$data['email']); $msg .= 'E-Mail updated.
'; } return $msg; }