boinc/html/user/create_profile.php

9 lines
117 B
PHP
Raw Normal View History

<?php
require_once("../inc/profile.inc");
$user = get_logged_in_user(true);
show_profile_creation_page($user);
?>