Lines Matching refs:header
94 header("Cache-Control: no-cache, must-revalidate");
95 header("Pragma: no-cache");
106 header('HTTP/1.1 301 Moved Permanently');
107 header('Location: ' . $_SERVER['REQUEST_URI'] . '/' . $pt);
112 header('HTTP/1.0 404 Not Found');
118 header('Content-Type: text/plain');
119 header('Content-Length: ' . filesize($a));
132 header('Content-Type: ' .$mimes[$b['extension']]);
133 header('Content-Length: ' . filesize($a));
388 header("Cache-Control: no-cache, must-revalidate");
389 header("Pragma: no-cache");
400 header('HTTP/1.1 301 Moved Permanently');
401 header('Location: ' . $_SERVER['REQUEST_URI'] . '/' . $pt);
406 header('HTTP/1.0 404 Not Found');
412 header('Content-Type: text/plain');
413 header('Content-Length: ' . filesize($a));
426 header('Content-Type: ' .$mimes[$b['extension']]);
427 header('Content-Length: ' . filesize($a));
690 header("Cache-Control: no-cache, must-revalidate");
691 header("Pragma: no-cache");
702 header('HTTP/1.1 301 Moved Permanently');
703 header('Location: ' . $_SERVER['REQUEST_URI'] . '/' . $pt);
708 header('HTTP/1.0 404 Not Found');
714 header('Content-Type: text/plain');
715 header('Content-Length: ' . filesize($a));
728 header('Content-Type: ' .$mimes[$b['extension']]);
729 header('Content-Length: ' . filesize($a));