From: Matteo Nastasi (mop) Date: Wed, 2 Jan 2013 20:38:47 +0000 (+0100) Subject: G_shutdown added to run() GLOBAL X-Git-Tag: v4.5.1~1 X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=509c28d644b55837dcddb5cf4610dba58446a451;p=brisk.git G_shutdown added to run() GLOBAL --- diff --git a/web/Obj/sac-a-push.phh b/web/Obj/sac-a-push.phh index 84f1555..515f792 100644 --- a/web/Obj/sac-a-push.phh +++ b/web/Obj/sac-a-push.phh @@ -414,7 +414,7 @@ class Sac_a_push { function run() { - GLOBAL $DOCUMENT_ROOT, $HTTP_HOST, $G_with_splash, $G_black_list; + GLOBAL $DOCUMENT_ROOT, $HTTP_HOST, $G_with_splash, $G_shutdown, $G_black_list; if ($this->main_loop) { return (FALSE);