visual heartbit added and reload fixed in explorer transport
[brisk.git] / web / index.php
index e716842..e8b0cf1 100644 (file)
  * not, write to the Free Software Foundation, Inc, 59 Temple Place -
  * Suite 330, Boston, MA 02111-1307, USA.
  *
-
-
-TODO:
-  - header
-  - setcookie
-  - gestire per intero la var globale di output
-*/
+ */
 
 require_once("Obj/brisk.phh");
 require_once("Obj/auth.phh");
@@ -296,7 +290,7 @@ function index_main(&$room, $transp_type, &$header_out, $addr, $get, $post, $coo
                   $cookies->add("table_token", $user->table_token, $curtime + 31536000);
                   $cookies->add("table_idx", $user->table, $curtime + 31536000);
                   $header_out['cookies'] = $cookies;
-                  $header_out['Location'] = "Location: briskin5/index.php";
+                  $header_out['Location'] = "briskin5/index.php";
                   return TRUE;
               }
               
@@ -849,7 +843,8 @@ supported by:<br>
 </div><br><br></div>
 %s
 %s
-<br></div>';
+<br>
+<img id="stm_stat" class="nobo" src="img/line-status_cb.png"></div>';
     
   /* Templates. */
   if ($ACTION == 'login') {