X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex_wr.php;h=d3caf664bbc873b028b8b0dfb58b2ae91ff7e54d;hb=891d36866274e1fe44c12751d2fda0f18b4426d5;hp=08fdda113b75f26f6ca3b87bb6d1619935c59d4b;hpb=5c7f81c55f00cc968162449eae3e799f160bfdcf;p=brisk.git diff --git a/web/index_wr.php b/web/index_wr.php index 08fdda1..d3caf66 100644 --- a/web/index_wr.php +++ b/web/index_wr.php @@ -442,8 +442,11 @@ function index_wr_main(&$room, $remote_addr, $get, $post, $cookie) else if ($argz[0] == 'splash') { GLOBAL $G_with_splash, $G_splash_content, $G_splash_interval, $G_splash_idx; GLOBAL $G_splash_w, $G_splash_h, $G_splash_timeout; - $CO_splashdate = "CO_splashdate".$G_splash_idx; - GLOBAL $$CO_splashdate; + /* $CO_splashdate = "CO_splashdate".$G_splash_idx; */ + /* if (($$CO_splashdate = gpcs_var("$CO_splashdate", $get, $post, $cookie)) === FALSE) */ + /* $$CO_splashdate = ""; */ + + /* GLOBAL $$CO_splashdate; */ $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; ";