From: Matteo Nastasi (mop) Date: Wed, 20 Nov 2013 20:04:45 +0000 (+0100) Subject: index_rd_ifra.php renamed in index_rd.php X-Git-Tag: v4.11.0~26 X-Git-Url: http://mop.ddnsfree.com/gitweb/?p=brisk.git;a=commitdiff_plain;h=2eb2a4a01946e05b11b5309e1ed75cf7bdc9b7d2 index_rd_ifra.php renamed in index_rd.php --- diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index a2e1cb8..3593f52 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -2374,7 +2374,7 @@ class Room return TRUE; break; - case "index_rd_ifra.php": + case "index_rd.php": if (($transp = gpcs_var('transp', $get, $post, $cookie)) === FALSE) $transp = "iframe"; if ($transp == 'websocket') diff --git a/web/Obj/user.phh b/web/Obj/user.phh index 0ac092a..f825c2b 100644 --- a/web/Obj/user.phh +++ b/web/Obj/user.phh @@ -513,7 +513,7 @@ class User { xcape($this->name,ENT_COMPAT,"UTF-8"))); } - /* INDEX_RD_IFRA PORT */ + /* INDEX_RD PORT */ static function blocking_error($is_unrecoverable) { @@ -711,7 +711,7 @@ function stream_init($init_string, $enc, $header, &$header_out, &$body, $get, $p printf("CLASS: [%s] base: [%s]\n", get_class($this), self::base_get()); - log_load("index_rd_ifra_init.php"); + log_load("index_rd_init.php"); if (($from = gpcs_var('from', $get, $post, $cookie)) === FALSE) $from = ""; diff --git a/web/briskin5/Obj/briskin5.phh b/web/briskin5/Obj/briskin5.phh index 1b7c210..64c100f 100644 --- a/web/briskin5/Obj/briskin5.phh +++ b/web/briskin5/Obj/briskin5.phh @@ -1504,7 +1504,7 @@ class Bin5 { return TRUE; break; - case "index_rd_ifra.php": + case "index_rd.php": if (($transp = gpcs_var('transp', $get, $post, $cookie)) === FALSE) $transp = "iframe"; if ($transp == 'websocket') diff --git a/web/briskin5/index.php b/web/briskin5/index.php index 15b449f..e9e25d7 100644 --- a/web/briskin5/index.php +++ b/web/briskin5/index.php @@ -116,7 +116,7 @@ window.onload = function() { preferences_update(); sess = ""; - xstm = new xynt_streaming(window, "", 80, 2, null /* console */, gst, 'table_php', 'sess', sess, $('sandbox'), 'index_rd_ifra.php', function(com){eval(com);}); + xstm = new xynt_streaming(window, "", 80, 2, null /* console */, gst, 'table_php', 'sess', sess, $('sandbox'), 'index_rd.php', function(com){eval(com);}); xstm.hbit_set(heartbit); window.onbeforeunload = onbeforeunload_cb; diff --git a/web/index.php b/web/index.php index c11a22d..8e64e8a 100644 --- a/web/index.php +++ b/web/index.php @@ -1080,7 +1080,7 @@ else { ?> sess = ""; -xstm = new xynt_streaming(window, "", 80, 2, null /* console */, gst, 'index_php', 'sess', sess, $('sandbox'), 'index_rd_ifra.php', function(com){eval(com);}); +xstm = new xynt_streaming(window, "", 80, 2, null /* console */, gst, 'index_php', 'sess', sess, $('sandbox'), 'index_rd.php', function(com){eval(com);}); xstm.hbit_set(heartbit); tra = new train($('room_tit')); window.onunload = onunload_cb;