From ef803790810bc43b636d3e8bcf5ad8597e7f979b Mon Sep 17 00:00:00 2001 From: Matteo Nastasi Date: Sun, 19 Apr 2020 13:59:39 +0200 Subject: [PATCH] dev check --- web/Obj/brisk.phh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index 631a260..b621da5 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -2787,8 +2787,7 @@ class Brisk do { if (!isset($cookie['sess']) || (($user = $this->get_user($cookie['sess'], $idx)) == FALSE) - ) { - // || $user->page_id != $get['page_id']) { + || $user->page_id != $get['page_id']) { $content = ""; // if ($user->page_id != $get['page_id']) { -- 2.17.1