update normalize_headers to print to syslog in debug mode
This commit is contained in:
parent
9425b745bb
commit
f07adfe701
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ utils.mkConfigFile {
|
|||
);
|
||||
|
||||
# phpinfo(INFO_VARIABLES);
|
||||
|
||||
|
||||
if (isSet($_SERVER['REMOTE_ADDR'])) {
|
||||
|
||||
$remote = $_SERVER['REMOTE_ADDR'];
|
||||
|
@ -48,7 +48,7 @@ utils.mkConfigFile {
|
|||
|
||||
}
|
||||
|
||||
# print_r($_REQUEST);
|
||||
# trigger_error(print_r($_SERVER, true), E_USER_WARNING);
|
||||
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue