2003-07-11 22:33:59 +00:00
|
|
|
<?php
|
|
|
|
|
2004-02-03 19:17:52 +00:00
|
|
|
require_once("../inc/profile.inc");
|
2003-07-11 22:33:59 +00:00
|
|
|
|
|
|
|
$user = get_logged_in_user(true);
|
2007-10-25 10:43:16 +00:00
|
|
|
show_profile_creation_page($user);
|
2003-07-11 22:33:59 +00:00
|
|
|
|
2003-07-15 22:29:39 +00:00
|
|
|
?>
|