mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-02 10:05:33 +00:00
allow to users read manual page before accepting data access type in welcome form
This commit is contained in:
parent
5a4aa57e35
commit
10428fcc79
1 changed files with 2 additions and 0 deletions
|
|
@ -47,12 +47,14 @@ else if (!$user = $db->getUser($userId))
|
||||||
}
|
}
|
||||||
|
|
||||||
// On first visit, redirect user to the welcome page with access level question
|
// On first visit, redirect user to the welcome page with access level question
|
||||||
|
/* Allow to users read this page before accepting data access type in welcome form
|
||||||
else if (is_null($user->public))
|
else if (is_null($user->public))
|
||||||
{
|
{
|
||||||
header(
|
header(
|
||||||
sprintf('Location: %s/welcome.php', WEBSITE_URL)
|
sprintf('Location: %s/welcome.php', WEBSITE_URL)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue