Browse Source

allow to users read manual page before accepting data access type in welcome form

main
ghost 1 year ago
parent
commit
10428fcc79
  1. 2
      src/public/faq.php

2
src/public/faq.php

@ -47,12 +47,14 @@ else if (!$user = $db->getUser($userId)) @@ -47,12 +47,14 @@ else if (!$user = $db->getUser($userId))
}
// 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))
{
header(
sprintf('Location: %s/welcome.php', WEBSITE_URL)
);
}
*/
?>
<!DOCTYPE html>

Loading…
Cancel
Save