From 10428fcc7958b533e9a1dc6f895a269b1415b293 Mon Sep 17 00:00:00 2001 From: ghost Date: Mon, 11 Sep 2023 05:19:22 +0300 Subject: [PATCH] allow to users read manual page before accepting data access type in welcome form --- src/public/faq.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/public/faq.php b/src/public/faq.php index c594627..b1239c6 100644 --- a/src/public/faq.php +++ b/src/public/faq.php @@ -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) ); } +*/ ?>