X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex.php;h=8cf1eee7bf90f4577f53292fda6fc02ffc15d94d;hb=7bb29caf1761665d81089090d1df1153b5d2bab9;hp=84c3ce6342ea340911b5b7dc139f5eb661af10f2;hpb=286da1eb1ec912c9d2c49a132f555b10e0084e53;p=brisk.git diff --git a/web/index.php b/web/index.php index 84c3ce6..8cf1eee 100644 --- a/web/index.php +++ b/web/index.php @@ -182,13 +182,6 @@ $mlang_room = array( 'userpasserr' => array('it' => 'Utente e/o password errati require_once("briskin5/Obj/briskin5.phh"); -if (DEBUGGING == "local" && $_SERVER['REMOTE_ADDR'] != '127.0.0.1') { - echo "Debugging time!"; - exit; -} - -log_load("index.php"); - function poll_dom() { GLOBAL $G_with_poll, $G_poll_title, $G_poll_entries; @@ -269,7 +262,7 @@ function index_main(&$room, &$header_out, $addr, $get, $post, $cookie) if ($user->stat == "table") { setcookie("table_token", $user->table_token, $curtime + 31536000); setcookie("table_idx", $user->table, $curtime + 31536000); - $header_out['Location'] = "Location: briskin5/index.php"; + $header_out['Location'] = "briskin5/index.php"; return TRUE; } $ACTION = "room";