example:
private function _set_header() { $header[] = 'Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5'; $header[] = "Cache-Control: max-age=0"; $header[] = "Connection: keep-alive"; /*.........*/ }
after this function - complete list hides. problem with these characters for some reason: */*
thx!
example:
private function _set_header()
{
$header[] = 'Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5';
$header[] = "Cache-Control: max-age=0";
$header[] = "Connection: keep-alive";
/*.........*/
}
after this function - complete list hides.
problem with these characters for some reason: */*
thx!