X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2FObj%2Fbriskin5.phh;h=0b6178168f13e8e1a87b89113de892d61c54c24e;hb=f3b76ddf96b6efe09b15a3784c45753b97d0c0ec;hp=a058ad0821008d1ba3a9b71ab13e921b7521b278;hpb=1ac0c5959126e874cc99f080265d560534162e70;p=brisk.git diff --git a/web/briskin5/Obj/briskin5.phh b/web/briskin5/Obj/briskin5.phh index a058ad0..0b61781 100644 --- a/web/briskin5/Obj/briskin5.phh +++ b/web/briskin5/Obj/briskin5.phh @@ -1479,7 +1479,7 @@ class Bin5 { case "": case "index.php": ob_start(); - bin5_index_main($transp_type, $header_out, $addr, $get, $post, $cookie); + bin5_index_main($transp_type, $header, $header_out, $addr, $get, $post, $cookie); $content = ob_get_contents(); ob_end_clean();