]> mop.ddnsfree.com - git repositories - brisk.git/commitdiff
G_shutdown added to run() GLOBAL
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Wed, 2 Jan 2013 20:38:47 +0000 (21:38 +0100)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Wed, 2 Jan 2013 20:38:47 +0000 (21:38 +0100)
web/Obj/sac-a-push.phh

index 84f155527f34b5e97130bc13e10e2fa1325c7148..515f792d3be2f76896b6a60509a7778427c31c60 100644 (file)
@@ -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);