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:
@@ -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")) {
|
||||
|
||||
Reference in New Issue
Block a user