X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fcurl-de-brisk.phh;h=b19d3d5f78af6b4b1dbd82fc75c7021b1bd3c1b8;hb=0fb317577133f1ff895985bbcacd4ae0b0afde80;hp=5c2365153e1b6547aab18b3fbbd7f1b7745c2540;hpb=2120f409b40bf2ccc21b132afde4bb1570181e9b;p=curl-de-sac.git diff --git a/web/Obj/curl-de-brisk.phh b/web/Obj/curl-de-brisk.phh index 5c23651..b19d3d5 100755 --- a/web/Obj/curl-de-brisk.phh +++ b/web/Obj/curl-de-brisk.phh @@ -37,12 +37,12 @@ function brisk_cds_reload($brisk) return (TRUE); } -function brisk_cds_execute($brisk, $real_idx, $sess, $ip, $authenticate) +function brisk_cds_execute($brisk, $ghost, $real_idx, $sess, $ip, $authenticate, $header) { - if ($brisk->cds->execute("tor_chk", $brisk, $ghost, $sess, $ip, $authenticate != FALSE) == FALSE) { + if ($brisk->cds->execute("tor_chk", $brisk, $ghost, $sess, $ip, $authenticate != FALSE, $header) == FALSE) { log_main("cds_execute failed"); } - if ($brisk->cds->execute("proxy_chk", $brisk, $ghost, $sess, $ip, $authenticate != FALSE) == FALSE) { + if ($brisk->cds->execute("proxy_chk", $brisk, $ghost, $sess, $ip, $authenticate != FALSE, $header) == FALSE) { log_main("cds_execute failed"); } }