move curl-de-sac stuff optionally included
[brisk.git] / web / Obj / sac-a-push.phh
index 6ed7a0e..ef65115 100644 (file)
@@ -931,7 +931,9 @@ class Sac_a_push {
                 }  // if (isset($this->s2u[$id]...
             }  // foreach ($this->socks...
             printf("\n");
-            $this->app->cds->process();
+            if (defined('CURL_DE_SAC_VERS')) {
+                $this->app->cds->process();
+            }
         }  // while (...
     }  // function run(...