X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Findex_rd.php;h=88c740b51b5f0e7f10b8fe5b7a8c3c6776239725;hb=29a83e580080f589142bc8639d8a757503fd3175;hp=711218267114f7da4bcff8aa90696e8b9bc2fd25;hpb=d9f1de409fac8d9bff593813fec3db1f0c08cdc7;p=brisk.git diff --git a/web/index_rd.php b/web/index_rd.php index 7112182..88c740b 100644 --- a/web/index_rd.php +++ b/web/index_rd.php @@ -135,7 +135,7 @@ function maincheck($sess, $cur_stat, $cur_subst, $cur_step, &$new_stat, &$new_su if (($proxy_step = step_get($sess)) != FALSE) { // log_rd2("Postget".$proxy_step."zizi"); - if ($cur_step == $proxy_step) { + if ($cur_step == $proxy_step['s']) { log_lock("P"); return (FALSE); }