From: Matteo Nastasi (mop) Date: Mon, 6 Oct 2014 15:44:50 +0000 (+0200) Subject: more consistency in the_end management X-Git-Tag: v4.15.0~5 X-Git-Url: http://mop.ddnsfree.com/gitweb/?p=brisk.git;a=commitdiff_plain;h=ac58e12ad31f22ad17c964ad3a36d10390c3dbe3 more consistency in the_end management --- diff --git a/web/index_wr.php b/web/index_wr.php index eae9bfe..28b476e 100644 --- a/web/index_wr.php +++ b/web/index_wr.php @@ -834,6 +834,11 @@ function index_wr_main(&$brisk, $remote_addr_full, $get, $post, $cookie) * * **********************/ else if ($user->subst == 'sitdown') { + if ($user->the_end == TRUE) { + log_wr("INFO:SKIP:argz == sitdown && ->the_end == TRUE => ignore request."); + return FALSE; + } + if ($argz[0] == 'wakeup') { $brisk->room_wakeup($user); }