Skip to content

Commit

Permalink
Merge pull request #188 from bbraybrook/1489868
Browse files Browse the repository at this point in the history
1489868 - additional_message_headers: correct example X-Originating-IP format
  • Loading branch information
alecpl committed May 8, 2014
2 parents 3cf97b1 + 01cc39c commit 6b5dab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/additional_message_headers/config.inc.php.dist
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

// $config['additional_message_headers']['X-Remote-Browser'] = $_SERVER['HTTP_USER_AGENT'];
// $config['additional_message_headers']['X-Originating-IP'] = $_SERVER['REMOTE_ADDR'];
// $config['additional_message_headers']['X-Originating-IP'] = '[' . $_SERVER['REMOTE_ADDR'] .']';
// $config['additional_message_headers']['X-RoundCube-Server'] = $_SERVER['SERVER_ADDR'];

// if( isset( $_SERVER['MACHINE_NAME'] )) {
Expand Down

0 comments on commit 6b5dab6

Please sign in to comment.