dev check
authorMatteo Nastasi <nastasi@alternativeoutput.it>
Sun, 19 Apr 2020 11:47:20 +0000 (13:47 +0200)
committerMatteo Nastasi <nastasi@alternativeoutput.it>
Sun, 19 Apr 2020 11:47:20 +0000 (13:47 +0200)
web/Obj/brisk.phh

index 0914818..22217bb 100644 (file)
@@ -2787,13 +2787,14 @@ 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']) {
-                      $content += "OLD_PAGE";
-                  }
-                  $content += User::stream_fini($transp, $s_a_p->rndstr, TRUE);
+                  // if ($user->page_id != $get['page_id']) {
+                  //     $content .= "OLD_PAGE";
+                  // }
+                  $content .= User::stream_fini($transp, $s_a_p->rndstr, TRUE);
 
                   $s_a_p->pendpage_try_addflush($new_socket, 20, $enc, $header_out, $content);
                   return TRUE;