1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Use text/plain type here for better readability in browsers, when

human intervention is needed
This commit is contained in:
Gabor Hojtsy
2003-08-14 13:40:02 +00:00
parent c0c66f1258
commit e119a51d42

View File

@@ -3,6 +3,9 @@
// Define $MYSITE and $LAST_UPDATED variables
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
// Text/plain content type for better readability in browsers
header("Content-type: text/plain;charset=ISO-8859-1");
// Try to find out if local search is possible
unset($htsearch_prog);
if (file_exists("configuration.inc")) {