From: Matteo Nastasi (mop) Date: Wed, 24 Oct 2012 05:33:02 +0000 (+0200) Subject: critical events managed X-Git-Tag: v4.0.0~32 X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=c75db73487fbf95bd83d842b60827573ff30cfc7;p=brisk.git critical events managed --- diff --git a/web/Obj/sac-a-push.phh b/web/Obj/sac-a-push.phh index 8da22fd..af056d5 100644 --- a/web/Obj/sac-a-push.phh +++ b/web/Obj/sac-a-push.phh @@ -375,9 +375,11 @@ class Sac_a_push { } if ($sock === $this->list) { printf("Arrivati %d bytes da list\n", strlen($buf)); + exit(21); } else if ($sock === $this->in) { printf("Arrivati %d bytes da stdin\n", strlen($buf)); + exit(22); } else { // $user_a[$s2u[intval($sock)]]->disable();